##// END OF EJS Templates
Use named route....
Jean-Philippe Lang -
r15291:28137fa3daf9
parent child
Show More
@@ -22,8 +22,8
22
22
23 <div id="csv-export-options" style="display:none;">
23 <div id="csv-export-options" style="display:none;">
24 <h3 class="title"><%= l(:label_export_options, :export_format => 'CSV') %></h3>
24 <h3 class="title"><%= l(:label_export_options, :export_format => 'CSV') %></h3>
25 <%= form_tag(params.slice(:project_id, :issue_id).merge(:format => 'csv', :page=>nil), :method => :get, :id => 'csv-export-form') do %>
25 <%= form_tag(_time_entries_path(@project, nil, :format => 'csv'), :method => :get, :id => 'csv-export-form') do %>
26 <%= query_hidden_tags @query %>
26 <%= query_as_hidden_field_tags @query %>
27 <p>
27 <p>
28 <label><%= radio_button_tag 'columns', '', true %> <%= l(:description_selected_columns) %></label><br />
28 <label><%= radio_button_tag 'columns', '', true %> <%= l(:description_selected_columns) %></label><br />
29 <label><%= radio_button_tag 'columns', 'all' %> <%= l(:description_all_columns) %></label>
29 <label><%= radio_button_tag 'columns', 'all' %> <%= l(:description_all_columns) %></label>
General Comments 0
You need to be logged in to leave comments. Login now