view .svn/pristine/73/7376758f5113f50586408b01f419afe966d6aa8f.svn-base @ 1464:261b3d9a4903 redmine-2.4

Update to Redmine 2.4 branch rev 12663
author Chris Cannam
date Tue, 14 Jan 2014 14:37:42 +0000
parents
children
line wrap: on
line source
<%= title [l(@enumeration.option_name), enumerations_path], l(:label_enumeration_new) %>

<%= labelled_form_for :enumeration, @enumeration, :url => enumerations_path do |f| %>
  <%= f.hidden_field :type  %>
  <%= render :partial => 'form', :locals => {:f => f} %>
  <%= submit_tag l(:button_create) %>
<% end %>