From 4a2114c73b770739402459fbaa7dd6c124388069 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 15 Feb 2014 10:04:25 +0000 Subject: Move the field format at the top of the form. git-svn-id: http://svn.redmine.org/redmine/trunk@12897 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/custom_fields/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views') diff --git a/app/views/custom_fields/_form.html.erb b/app/views/custom_fields/_form.html.erb index 0ef7843c6..0e1851d01 100644 --- a/app/views/custom_fields/_form.html.erb +++ b/app/views/custom_fields/_form.html.erb @@ -2,9 +2,9 @@
+

<%= f.select :field_format, custom_field_formats_for_select(@custom_field), {}, :disabled => !@custom_field.new_record? %>

<%= f.text_field :name, :required => true %>

<%= f.text_area :description, :rows => 7 %>

-

<%= f.select :field_format, custom_field_formats_for_select(@custom_field), {}, :disabled => !@custom_field.new_record? %>

<% if @custom_field.format.multiple_supported %>

-- cgit v1.2.3