To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / .svn / pristine / 1e / 1e36d3b0b9a7b1dcdb385f344cf25506fbe7bce9.svn-base @ 1297:0a574315af3e
History | View | Annotate | Download (293 Bytes)
| 1 | 1296:038ba2d95de8 | Chris | <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 %> |