Mercurial > hg > soundsoftware-site
view app/views/issue_categories/_new_modal.html.erb @ 1313:17f075c7fd41 redmine-2.2-integration
toggles bibtex.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Tue, 18 Jun 2013 14:59:04 +0100 |
parents | 433d4f72a19b |
children |
line wrap: on
line source
<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 %> <%= submit_tag l(:button_cancel), :name => nil, :onclick => "hideModal(this);", :type => 'button' %> </p> <% end %>