summaryrefslogtreecommitdiffstats
path: root/app/views/custom_fields/formats/_bool.html.erb
blob: 3b791acfe6aa73a45095b414b8d7465c2ac832a6 (plain)
1
2
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, :include_radio => true %></p>