2006-06-28 18:11:03 +00:00
|
|
|
<%= error_messages_for 'enumeration' %>
|
|
|
|
|
2011-12-11 10:26:12 +00:00
|
|
|
<div class="box tabular">
|
|
|
|
<p><%= f.text_field :name %></p>
|
|
|
|
<p><%= f.check_box :active %></p>
|
|
|
|
<p><%= f.check_box :is_default %></p>
|
2007-10-05 17:44:15 +00:00
|
|
|
|
2011-12-11 10:26:12 +00:00
|
|
|
<% @enumeration.custom_field_values.each do |value| %>
|
|
|
|
<p><%= custom_field_tag_with_label :enumeration, value %></p>
|
|
|
|
<% end %>
|
2009-10-21 22:34:28 +00:00
|
|
|
</div>
|