Mercurial > hg > soundsoftware-site
view app/views/enumerations/edit.rhtml @ 871:d6c20f61a130 feature_128
Close obsolete branch feature_128
author | Chris Cannam |
---|---|
date | Sat, 02 Apr 2011 12:22:46 +0100 |
parents | 513646585e45 |
children |
line wrap: on
line source
<h2><%= link_to l(@enumeration.option_name), :controller => 'enumerations', :action => 'index' %> » <%=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 %>