##// END OF EJS Templates
Removed delete button on enumeration edit form....
Jean-Philippe Lang -
r7854:622b3ae61ca8
parent child
Show More
@@ -1,10 +1,6
1 <h2><%= link_to l(@enumeration.option_name), :controller => 'enumerations', :action => 'index' %> &#187; <%=h @enumeration %></h2>
1 <h2><%= link_to l(@enumeration.option_name), :controller => 'enumerations', :action => 'index' %> &#187; <%=h @enumeration %></h2>
2
2
3 <% form_tag({:action => 'update', :id => @enumeration}, :class => "tabular") do %>
3 <% form_tag({:action => 'update', :id => @enumeration}, :class => "tabular") do %>
4 <%= render :partial => 'form' %>
4 <%= render :partial => 'form' %>
5 <%= submit_tag l(:button_save) %>
5 <%= submit_tag l(:button_save) %>
6 <% end %>
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