2011-12-11 10:26:12 +00:00
|
|
|
<h2><%= link_to l(@enumeration.option_name), enumerations_path %> » <%=h @enumeration %></h2>
|
2006-06-28 18:11:03 +00:00
|
|
|
|
2012-04-25 17:17:49 +00:00
|
|
|
<%= labelled_form_for :enumeration, @enumeration, :url => enumeration_path(@enumeration), :html => {:method => :put} do |f| %>
|
2011-12-11 10:26:12 +00:00
|
|
|
<%= render :partial => 'form', :locals => {:f => f} %>
|
2006-07-29 19:54:22 +00:00
|
|
|
<%= submit_tag l(:button_save) %>
|
2007-01-26 19:56:25 +00:00
|
|
|
<% end %>
|