2006-07-29 13:32:58 +04:00
|
|
|
<h2><%=l(:label_auth_source_new)%> (<%= @auth_source.auth_method_name %>)</h2>
|
|
|
|
|
2006-09-02 17:33:23 +04:00
|
|
|
<%= start_form_tag({:action => 'create'}, :class => "tabular") %>
|
2006-07-29 13:32:58 +04:00
|
|
|
<%= render :partial => 'form' %>
|
|
|
|
<%= submit_tag l(:button_create) %>
|
|
|
|
<%= end_form_tag %>
|