This plugin is official called redmine_additional_formats

pull/6827/head
Gregor Schmidt 13 years ago
parent 70ce8db4a2
commit a97103dfc3
  1. 2
      app/views/hooks/xls_report/_view_cost_report_other_formats.rhtml

@ -1,4 +1,4 @@
<% content_for :header_tags do %>
<%= stylesheet_link_tag 'excel_export', :plugin => 'redmine_export' %>
<%= stylesheet_link_tag 'excel_export', :plugin => 'redmine_additional_formats' %>
<% end %>
<%= link_to l(:export_to_excel), { :format => 'xls', :project_id => @project }, :class => "excel-export" %>

Loading…
Cancel
Save