Mercurial > hg > soundsoftware-site
view app/views/enumerations/edit.html.erb @ 1188:703784e12455 cannam
Text fix
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Tue, 22 Jan 2013 15:44:09 +0000 |
parents | cbb26bc654de |
children | 433d4f72a19b |
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 %>