summaryrefslogtreecommitdiffstats
path: root/app/views/auth_sources/_form.html.erb
blob: 05c6ca9e916fe852734665b14f66e339c924a800 (plain)
1
2
3
4
5
6
<%= error_messages_for 'auth_source' %>

<div class="box tabular">
  <p><%= f.text_field :name, :required => true %></p>
  <p><%= f.check_box :onthefly_register, :label => :field_onthefly %></p>
</div>