new.html.erb
7 lines
| 312 B
| text/plain
|
TextLexer
|
r11820 | <%= title [l(@enumeration.option_name), enumerations_path], l(:label_enumeration_new) %> | ||
|
r2 | |||
|
r9346 | <%= labelled_form_for :enumeration, @enumeration, :url => enumerations_path do |f| %> | ||
|
r8069 | <%= f.hidden_field :type %> | ||
<%= render :partial => 'form', :locals => {:f => f} %> | ||||
|
r12 | <%= submit_tag l(:button_create) %> | ||
|
r181 | <% end %> | ||