@@ -1,6 +1,6 | |||||
1 | <h2><%=l(:label_auth_source)%> (<%= h(@auth_source.auth_method_name) %>)</h2> |
|
1 | <h2><%=l(:label_auth_source)%> (<%= h(@auth_source.auth_method_name) %>)</h2> | |
2 |
|
2 | |||
3 | <%= form_for @auth_source, :as => :auth_source, :url => auth_source_path(@auth_source), :html => {:id => 'auth_source_form'} do |f| %> |
|
3 | <%= 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 } %> |
|
4 | <%= render :partial => auth_source_partial_name(@auth_source), :locals => { :f => f } %> | |
5 | <%= submit_tag l(:button_save) %> |
|
5 | <%= submit_tag l(:button_save) %> | |
6 | <% end %> |
|
6 | <% end %> |
General Comments 0
You need to be logged in to leave comments.
Login now