summaryrefslogtreecommitdiffstats
path: root/app/views/enumerations/edit.html.erb
blob: c46a7606f3437b7ee2cc4dc611ff974b778825c7 (plain)
1
2
3
4
5
6
<h2><%= link_to l(@enumeration.option_name), enumerations_path %> &#187; <%=h @enumeration %></h2>

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