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.html.erb 202B

123456
  1. <%= error_messages_for 'auth_source' %>
  2. <div class="box tabular">
  3. <p><%= f.text_field :name, :required => true %></p>
  4. <p><%= f.check_box :onthefly_register, :label => :field_onthefly %></p>
  5. </div>