summaryrefslogtreecommitdiffstats
path: root/app/views/enumerations/edit.html.erb
blob: a7d03ced77b99c9530562f3922db03663ba2bbe3 (plain)
1
2
3
4
5
6
<%= title [l(@enumeration.option_name), enumerations_path], @enumeration.name %>

<%= labelled_form_for :enumeration, @enumeration, :url => enumeration_path(@enumeration), :html => {:method => :put, :multipart => true} do |f| %>
  <%= render :partial => 'form', :locals => {:f => f} %>
  <%= submit_tag l(:button_save) %>
<% end %>