1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-12 12:13:08 +00:00
Jean-Philippe Lang 94e6de465c added mailing_lists branch
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@263 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-02-24 16:13:52 +00:00

10 lines
313 B
Plaintext

<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 %>