summaryrefslogtreecommitdiffstats
path: root/app/views/enumerations/edit.rhtml
blob: 7baea028a104af610125a614613eed84a6cfb53d (plain)
1
2
3
4
5
6
7
8
9
10
<h2><%=l(:label_enumerations)%></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 %>