blob: 81aa64afee2f905801d3bd152cbb0f0d6208f8d3 (
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 %></p>
|