2011-12-11 14:26:12 +04:00
|
|
|
<h2><%= link_to l(@enumeration.option_name), enumerations_path %> » <%=l(:label_enumeration_new)%></h2>
|
2006-06-28 22:11:03 +04:00
|
|
|
|
2011-12-11 14:26:12 +04:00
|
|
|
<% labelled_form_for :enumeration, @enumeration, :url => enumerations_path do |f| %>
|
|
|
|
<%= f.hidden_field :type %>
|
|
|
|
<%= render :partial => 'form', :locals => {:f => f} %>
|
2006-07-29 23:54:22 +04:00
|
|
|
<%= submit_tag l(:button_create) %>
|
2007-01-26 22:56:25 +03:00
|
|
|
<% end %>
|