To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / app / views / enumerations / new.html.erb @ 1591:63650ae64bf2
History | View | Annotate | Download (312 Bytes)
| 1 |
<%= title [l(@enumeration.option_name), enumerations_path], l(:label_enumeration_new) %>
|
|---|---|
| 2 |
|
| 3 |
<%= labelled_form_for :enumeration, @enumeration, :url => enumerations_path do |f| %>
|
| 4 |
<%= f.hidden_field :type %>
|
| 5 |
<%= render :partial => 'form', :locals => {:f => f} %>
|
| 6 |
<%= submit_tag l(:button_create) %>
|
| 7 |
<% end %>
|