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, 2 insertions, 0 deletions
diff --git a/app/views/custom_fields/formats/_bool.html.erb b/app/views/custom_fields/formats/_bool.html.erb new file mode 100644 index 000000000..25c464fb9 --- /dev/null +++ b/app/views/custom_fields/formats/_bool.html.erb @@ -0,0 +1,2 @@ +<p><%= f.select :default_value, [[]]+@custom_field.possible_values_options %></p> +<p><%= edit_tag_style_tag f %></p> |