To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / auth_sources / _form.html.erb @ 1591:63650ae64bf2

History | View | Annotate | Download (202 Bytes)

1
<%= error_messages_for 'auth_source' %>
2

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