Module: QueryReportLinkHelper

Defined in:
app/helpers/query_report_link_helper.rb

Instance Method Summary collapse

Instance Method Details



6
7
8
# File 'app/helpers/query_report_link_helper.rb', line 6

def link_to_download_report_csv
  link_to t('views.links.csv'), export_report_url_with_format('csv'), :target => "_blank"
end


2
3
4
# File 'app/helpers/query_report_link_helper.rb', line 2

def link_to_download_report_pdf
  link_to t('views.links.pdf'), export_report_url_with_format('pdf'), :target => "_blank"
end