mirror of
https://github.com/redmine/redmine.git
synced 2025-11-09 06:46:01 +01:00
7 lines
182 B
Plaintext
7 lines
182 B
Plaintext
|
|
<h2><%=_('Issue status')%></h2>
|
||
|
|
|
||
|
|
<%= start_form_tag :action => 'update', :id => @issue_status %>
|
||
|
|
<%= render :partial => 'form' %>
|
||
|
|
<%= submit_tag _('Save') %>
|
||
|
|
<%= end_form_tag %>
|