Module: DfmWebHelper
- Defined in:
- app/helpers/dfm_web_helper.rb
Instance Method Summary collapse
Instance Method Details
#excel_icon(link = params.merge(:format => "xlsx")) ⇒ Object
4 5 6 7 8 9 |
# File 'app/helpers/dfm_web_helper.rb', line 4 def excel_icon(link = params.merge(:format => "xlsx")) # Create Excel icon in consistent location content_for :excel do link_to(image_tag('excel.png', :width => 40, :height => 40), link) end end |