@@ -1,10 +1,6 | |||
|
1 | 1 | <h2><%= link_to l(@enumeration.option_name), :controller => 'enumerations', :action => 'index' %> » <%=h @enumeration %></h2> |
|
2 | 2 | |
|
3 | 3 | <% form_tag({:action => 'update', :id => @enumeration}, :class => "tabular") do %> |
|
4 | 4 | <%= render :partial => 'form' %> |
|
5 | 5 | <%= submit_tag l(:button_save) %> |
|
6 | 6 | <% end %> |
|
7 | ||
|
8 | <% form_tag({:action => 'destroy', :id => @enumeration}) do %> | |
|
9 | <%= submit_tag l(:button_delete) %> | |
|
10 | <% end %> |
General Comments 0
You need to be logged in to leave comments.
Login now