@@ -1,7 +1,7 | |||||
1 | <h2><%=l(:label_auth_source)%> (<%= @auth_source.auth_method_name %>)</h2> |
|
1 | <h2><%=l(:label_auth_source)%> (<%= h(@auth_source.auth_method_name) %>)</h2> | |
2 |
|
2 | |||
3 | <% form_tag({:action => 'update', :id => @auth_source}, :class => "tabular") do %> |
|
3 | <% form_tag({:action => 'update', :id => @auth_source}, :class => "tabular") do %> | |
4 | <%= render :partial => 'form' %> |
|
4 | <%= render :partial => 'form' %> | |
5 | <%= submit_tag l(:button_save) %> |
|
5 | <%= submit_tag l(:button_save) %> | |
6 | <% end %> |
|
6 | <% end %> | |
7 |
|
7 |
General Comments 0
You need to be logged in to leave comments.
Login now