]> source.dussan.org Git - redmine.git/commitdiff
Enlarge custom field name input.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 25 Oct 2015 10:55:00 +0000 (10:55 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 25 Oct 2015 10:55:00 +0000 (10:55 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@14752 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/custom_fields/_form.html.erb

index c5e2824c591efe5f450c4bd569b4317bc9a37ee0..99fffadebd686ecccedcab4336328fc1d900e0e8 100644 (file)
@@ -3,7 +3,7 @@
 <div class="splitcontentleft">
 <div class="box tabular">
 <p><%= f.select :field_format, custom_field_formats_for_select(@custom_field), {}, :disabled => !@custom_field.new_record? %></p>
-<p><%= f.text_field :name, :required => true %></p>
+<p><%= f.text_field :name, :size => 50, :required => true %></p>
 <p><%= f.text_area :description, :rows => 7 %></p>
 
 <% if @custom_field.format.multiple_supported %>