summaryrefslogtreecommitdiffstats
path: root/redmine/app/views/enumerations/edit.rhtml
blob: 3002b59366468dc6e4f826faca38171b3b9b5d65 (plain)
1
2
3
4
5
6
7
8
9
10
<h2><%=l(:label_enumerations)%></h2>

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

<%= start_form_tag :action => 'destroy', :id => @enumeration %>
  <%= submit_tag l(:button_delete) %>
<%= end_form_tag %>