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