diff options
Diffstat (limited to 'app/views/custom_fields/formats/_bool.html.erb')
-rw-r--r-- | app/views/custom_fields/formats/_bool.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/custom_fields/formats/_bool.html.erb b/app/views/custom_fields/formats/_bool.html.erb index 81aa64afe..3b791acfe 100644 --- a/app/views/custom_fields/formats/_bool.html.erb +++ b/app/views/custom_fields/formats/_bool.html.erb @@ -1,3 +1,3 @@ <p><%= f.select :default_value, [[]]+@custom_field.possible_values_options %></p> <p><%= f.text_field :url_pattern, :size => 50, :label => :label_link_values_to %></p> -<p><%= edit_tag_style_tag f %></p> +<p><%= edit_tag_style_tag f, :include_radio => true %></p> |