obsolete.ChilliProject/redmine/app/views/issue_statuses/edit.rhtml

7 lines
182 B
Plaintext
Raw Normal View History

<h2><%=_('Issue status')%></h2>
<%= start_form_tag :action => 'update', :id => @issue_status %>
<%= render :partial => 'form' %>
<%= submit_tag _('Save') %>
<%= end_form_tag %>