view app/views/custom_fields/formats/_bool.html.erb @ 1626:44cbe9fa0b4e live

Merge
author Chris Cannam
date Thu, 07 Feb 2019 13:49:16 +0000
parents dffacf8a6908
children
line wrap: on
line source
<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, :include_radio => true %></p>