You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

new.html.erb 332B

1234567
  1. <h2><%= link_to l(@enumeration.option_name), enumerations_path %> &#187; <%=l(:label_enumeration_new)%></h2>
  2. <%= labelled_form_for :enumeration, @enumeration, :url => enumerations_path do |f| %>
  3. <%= f.hidden_field :type %>
  4. <%= render :partial => 'form', :locals => {:f => f} %>
  5. <%= submit_tag l(:button_create) %>
  6. <% end %>