Chris@1115:
<%= link_to l(@enumeration.option_name), enumerations_path %> » <%=h @enumeration %>
Chris@0:
Chris@1115: <%= labelled_form_for :enumeration, @enumeration, :url => enumeration_path(@enumeration), :html => {:method => :put} do |f| %>
Chris@1115: <%= render :partial => 'form', :locals => {:f => f} %>
Chris@0: <%= submit_tag l(:button_save) %>
Chris@0: <% end %>