summaryrefslogtreecommitdiffstats
path: root/app/views/enumerations/edit.html.erb
blob: 5a292550a734ceeec4d9e130aa6d69add36d9156 (plain)
1
2
3
4
5
6
7
8
9
10
<h2><%= link_to l(@enumeration.option_name), :controller => 'enumerations', :action => 'index' %> &#187; <%=h @enumeration %></h2>

<% form_tag({:action => 'update', :id => @enumeration}, :class => "tabular") do %>
  <%= render :partial => 'form' %>
  <%= submit_tag l(:button_save) %>
<% end %>

<% form_tag({:action => 'destroy', :id => @enumeration}) do %>
  <%= submit_tag l(:button_delete) %>
<% end %>