1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-04-04 06:51:38 +00:00
redmine/app/views/projects/add_issue.rhtml
2007-10-06 08:08:29 +00:00

8 lines
350 B
Plaintext

<h2><%=l(:label_issue_new)%>: <%= @tracker.name %></h2>
<% labelled_tabular_form_for :issue, @issue, :url => {:action => 'add_issue'}, :html => {:multipart => true} do |f| %>
<%= hidden_field_tag 'tracker_id', @tracker.id %>
<%= render :partial => 'issues/form', :locals => {:f => f} %>
<%= submit_tag l(:button_create) %>
<% end %>