view .svn/pristine/20/205de64e23e7f44f01ee402d6427c247c8347982.svn-base @ 1539:22d57b0e0a77 live

OK, this script works now, but it should be using the API
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Thu, 21 May 2015 17:31:06 +0100
parents 261b3d9a4903
children
line wrap: on
line source
<%= title [l(@enumeration.option_name), enumerations_path], @enumeration.name %>

<%= labelled_form_for :enumeration, @enumeration, :url => enumeration_path(@enumeration), :html => {:method => :put} do |f| %>
  <%= render :partial => 'form', :locals => {:f => f} %>
  <%= submit_tag l(:button_save) %>
<% end %>