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