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

History | View | Annotate | Download (360 Bytes)

1 909:cbb26bc654de Chris
<h2><%=l(:label_auth_source)%> (<%= 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_source_path(@auth_source), :html => {:id => 'auth_source_form'} do |f| %>
4
  <%= render :partial => auth_source_partial_name(@auth_source), :locals => { :f => f } %>
5 0:513646585e45 Chris
  <%= submit_tag l(:button_save) %>
6
<% end %>