diff options
Diffstat (limited to 'app/views/custom_fields/formats/_bool.html.erb')
-rw-r--r-- | app/views/custom_fields/formats/_bool.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/custom_fields/formats/_bool.html.erb b/app/views/custom_fields/formats/_bool.html.erb index 25c464fb9..81aa64afe 100644 --- a/app/views/custom_fields/formats/_bool.html.erb +++ b/app/views/custom_fields/formats/_bool.html.erb @@ -1,2 +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> |