6 lines
362 B
Text
6 lines
362 B
Text
<h2><%= link_to l(:label_questions_status_plural), :action =>"plugin", :id => "redmine_questions", :controller => "settings", :tab => 'questions_statuses' %> » <%=l(:label_questions_status_new)%></h2>
|
|
|
|
<%= labelled_form_for @questions_status do |f| %>
|
|
<%= render :partial => 'form', :locals => {:f => f} %>
|
|
<%= submit_tag l(:button_create) %>
|
|
<% end %>
|