summaryrefslogtreecommitdiffstats
path: root/app/views/issue_categories/_new_modal.html.erb
blob: 9ab1595b40637d0f1a62bf6a534a76ec246f7674 (plain)
1
2
3
4
5
6
7
8
9
<h3 class="title"><%=l(:label_issue_category_new)%></h3>

<%= labelled_form_for @category, :as => 'issue_category', :url => project_issue_categories_path(@project), :remote => true do |f| %>
<%= render :partial => 'issue_categories/form', :locals => { :f => f } %>
  <p class="buttons">
    <%= submit_tag l(:button_create), :name => nil %>
    <%= link_to_function l(:button_cancel), "hideModal(this);" %>
  </p>
<% end %>