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 / .svn / pristine / 1e / 1e36d3b0b9a7b1dcdb385f344cf25506fbe7bce9.svn-base @ 1298:4f746d8966dd

History | View | Annotate | Download (293 Bytes)

1
<h2><%=l(:label_auth_source)%> (<%= h(@auth_source.auth_method_name) %>)</h2>
2

    
3
<%= form_tag({:action => 'update', :id => @auth_source}, :method => :put, :class => "tabular") do %>
4
  <%= render :partial => auth_source_partial_name(@auth_source) %>
5
  <%= submit_tag l(:button_save) %>
6
<% end %>