edit.html.erb
7 lines
| 244 B
| text/plain
|
TextLexer
|
r6243 | <h2><%=l(:label_auth_source)%> (<%= h(@auth_source.auth_method_name) %>)</h2> | ||
|
r10 | |||
|
r181 | <% form_tag({:action => 'update', :id => @auth_source}, :class => "tabular") do %> | ||
|
r10 | <%= render :partial => 'form' %> | ||
<%= submit_tag l(:button_save) %> | ||||
|
r181 | <% end %> | ||
|
r10 | |||