Redmine/app/views/custom_fields/formats/_bool.html.erb

3 lines
117 B
Plaintext

<p><%= f.select :default_value, [[]]+@custom_field.possible_values_options %></p>
<p><%= edit_tag_style_tag f %></p>