summaryrefslogtreecommitdiffstats
path: root/app/views/auth_sources/new.rhtml
blob: 29d66327bcfc4e7e833690b7877f16e47341d35d (plain)
1
2
3
4
5
6
<h2><%=l(:label_auth_source_new)%> (<%= @auth_source.auth_method_name %>)</h2>

<%= start_form_tag({:action => 'create'}, :class => "tabular") %>
  <%= render :partial => 'form' %>
  <%= submit_tag l(:button_create) %>
<%= end_form_tag %>