You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_form.rhtml 261B

123456789
  1. <%= error_messages_for 'enumeration' %>
  2. <div class="box">
  3. <!--[form:optvalue]-->
  4. <%= hidden_field 'enumeration', 'opt' %>
  5. <p><label for="enumeration_name"><%=l(:field_name)%></label>
  6. <%= text_field 'enumeration', 'name' %></p>
  7. <!--[eoform:optvalue]-->
  8. </div>