##// END OF EJS Templates
Display due date in red on overdue issues (#20812)....
Display due date in red on overdue issues (#20812). git-svn-id: http://svn.redmine.org/redmine/trunk@14732 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r14111:035edd39c422
r14350:aeab970972dc
Show More
new.html.erb
15 lines | 437 B | text/plain | TextLexer
Jean-Philippe Lang
Import issues from CSV file (#950)....
r14111 <h2><%= l(:label_import_issues) %></h2>
<%= form_tag(imports_path, :multipart => true) do %>
<fieldset class="box">
<legend><%= l(:label_select_file_to_import) %> (CSV)</legend>
<p>
<%= file_field_tag 'file' %>
</p>
</fieldset>
<p><%= submit_tag l(:label_next).html_safe + " &#187;".html_safe, :name => nil %></p>
<% end %>
<% content_for :sidebar do %>
<%= render :partial => 'issues/sidebar' %>
<% end %>