Skip to content

Commit

Permalink
Update toolbar button for printing/PDF exporting saved reports
Browse files Browse the repository at this point in the history
  • Loading branch information
skateman committed Jun 26, 2018
1 parent d169297 commit de08ef4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/helpers/application_helper/toolbar/report_view.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ class ApplicationHelper::Toolbar::ReportView < ApplicationHelper::Toolbar::Basic
:klass => ApplicationHelper::Button::RenderReport),
button(
:render_report_pdf,
'fa fa-file-pdf-o fa-lg',
N_('Download this report in PDF format'),
N_('Download as PDF'),
:klass => ApplicationHelper::Button::RenderReportPdf,
'pficon pficon-print fa-lg',
N_('Print or export this report in PDF format'),
N_('Print or export as PDF'),
:klass => ApplicationHelper::Button::RenderReport,
:url_parms => "?render_type=pdf"),
]
),
Expand Down

0 comments on commit de08ef4

Please sign in to comment.