2006-06-28 22:11:03 +04:00
|
|
|
<%= error_messages_for 'enumeration' %>
|
|
|
|
|
2011-12-11 14:26:12 +04: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 21:44:15 +04:00
|
|
|
|
2011-12-11 14:26:12 +04:00
|
|
|
<% @enumeration.custom_field_values.each do |value| %>
|
|
|
|
<p><%= custom_field_tag_with_label :enumeration, value %></p>
|
|
|
|
<% end %>
|
2009-10-22 02:34:28 +04:00
|
|
|
</div>
|