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