7 lines
287 B
Plaintext
7 lines
287 B
Plaintext
<h2><%= link_to l(@enumeration.option_name), :controller => 'enumerations', :action => 'index' %> » <%=l(:label_enumeration_new)%></h2>
|
|
|
|
<% form_tag({:action => 'create'}, :class => "tabular") do %>
|
|
<%= render :partial => 'form' %>
|
|
<%= submit_tag l(:button_create) %>
|
|
<% end %>
|