????

Your IP : 18.117.250.210


Current Path : C:/inetpub/vhost/redmine/app/views/issue_categories/
Upload File :
Current File : C:/inetpub/vhost/redmine/app/views/issue_categories/_new_modal.html.erb

<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 %>