suitepro/app/views/issue_statuses/edit.html.erb
2018-02-02 22:19:29 +01:00

6 lines
236 B
Text

<%= title [l(:label_issue_status_plural), issue_statuses_path], @issue_status.name %>
<%= labelled_form_for @issue_status do |f| %>
<%= render :partial => 'form', :locals => {:f => f} %>
<%= submit_tag l(:button_save) %>
<% end %>