Mercurial > hg > soundsoftware-site
view app/views/issue_categories/edit.html.erb @ 1185:f37237021a46 cannam
Merge
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Tue, 22 Jan 2013 14:14:56 +0000 |
parents | cbb26bc654de |
children | 433d4f72a19b |
line wrap: on
line source
<h2><%=l(:label_issue_category)%></h2> <% labelled_tabular_form_for :issue_category, @category, :url => issue_category_path(@category), :html => {:method => :put} do |f| %> <%= render :partial => 'issue_categories/form', :locals => { :f => f } %> <%= submit_tag l(:button_save) %> <% end %>