845460b165
git-svn-id: http://redmine.rubyforge.org/svn/trunk@184 e93f8b46-1217-0410-a6f0-8f06a7374b81
8 lines
241 B
Plaintext
8 lines
241 B
Plaintext
<h2><%=l(:label_auth_source)%> (<%= @auth_source.auth_method_name %>)</h2>
|
|
|
|
<% form_tag({:action => 'update', :id => @auth_source}, :class => "tabular") do %>
|
|
<%= render :partial => 'form' %>
|
|
<%= submit_tag l(:button_save) %>
|
|
<% end %>
|
|
|