Files
Redmine/app/views/custom_fields/edit.html.erb
Jean-Philippe Lang 57a22c3464 Helper method for custom field title.
git-svn-id: http://svn.redmine.org/redmine/trunk@14751 e93f8b46-1217-0410-a6f0-8f06a7374b81
2015-10-25 10:54:09 +00:00

6 lines
267 B
Plaintext

<%= custom_field_title @custom_field %>
<%= labelled_form_for :custom_field, @custom_field, :url => custom_field_path(@custom_field), :html => {:method => :put, :id => 'custom_field_form'} do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<% end %>