new.rhtml
6 lines
| 187 B
| text/html+ruby
|
RhtmlLexer
|
r12 | <h2><%=l(:label_issue_status_new)%></h2> | ||
|
r2 | |||
|
r181 | <% form_tag({:action => 'create'}, :class => "tabular") do %> | ||
|
r2 | <%= render :partial => 'form' %> | ||
|
r12 | <%= submit_tag l(:button_create) %> | ||
|
r181 | <% end %> | ||