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 / new.html.erb @ 1298:4f746d8966dd

History | View | Annotate | Download (405 Bytes)

1 909:cbb26bc654de Chris
<h2><%=l(:label_auth_source_new)%> (<%= h(@auth_source.auth_method_name) %>)</h2>
2 0:513646585e45 Chris
3 1295:622f24f53b42 Chris
<%= labelled_form_for @auth_source, :as => :auth_source, :url => auth_sources_path, :html => {:id => 'auth_source_form'} do |f| %>
4 1115:433d4f72a19b Chris
  <%= hidden_field_tag 'type', @auth_source.type %>
5 1295:622f24f53b42 Chris
  <%= render :partial => auth_source_partial_name(@auth_source), :locals => { :f => f } %>
6 0:513646585e45 Chris
  <%= submit_tag l(:button_create) %>
7
<% end %>