blob: 584fe06a90e1a2e94bd89474b62490c66db7a55e (
plain)
1
2
3
4
5
6
|
<h2><%= link_to l(:label_issue_status_plural), issue_statuses_path %> » <%=h @issue_status %></h2>
<% labelled_form_for @issue_status do |f| %>
<%= render :partial => 'form', :locals => {:f => f} %>
<%= submit_tag l(:button_save) %>
<% end %>
|