socialforge/app/views/issue_statuses/edit.html.erb

7 lines
254 B
Plaintext
Raw Normal View History

2013-08-01 10:33:49 +08:00
<h3><%= link_to l(:label_issue_status_plural), issue_statuses_path %> &#187; <%=h @issue_status %></h3>
<%= labelled_form_for @issue_status do |f| %>
<%= render :partial => 'form', :locals => {:f => f} %>
<%= submit_tag l(:button_save) %>
<% end %>