Redmine 3.4.4
This commit is contained in:
commit
64924a6376
2112 changed files with 259028 additions and 0 deletions
15
app/views/imports/new.html.erb
Normal file
15
app/views/imports/new.html.erb
Normal file
|
@ -0,0 +1,15 @@
|
|||
<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 + " »".html_safe, :name => nil %></p>
|
||||
<% end %>
|
||||
|
||||
<% content_for :sidebar do %>
|
||||
<%= render :partial => 'issues/sidebar' %>
|
||||
<% end %>
|
Loading…
Add table
Add a link
Reference in a new issue