diff options
Diffstat (limited to 'app/views/custom_fields/formats/_text.html.erb')
-rw-r--r-- | app/views/custom_fields/formats/_text.html.erb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/custom_fields/formats/_text.html.erb b/app/views/custom_fields/formats/_text.html.erb index e72dcab42..79ea7c5e6 100644 --- a/app/views/custom_fields/formats/_text.html.erb +++ b/app/views/custom_fields/formats/_text.html.erb @@ -1,3 +1,6 @@ <%= render :partial => 'custom_fields/formats/regexp', :locals => {:f => f, :custom_field => custom_field} %> <p><%= f.check_box :text_formatting, {:label => :setting_text_formatting}, 'full', '' %></p> +<% if @custom_field.class.name == "IssueCustomField" %> +<p><%= f.check_box :full_width_layout %></p> +<% end %> <p><%= f.text_area(:default_value, :rows => 5) %></p> |