You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

new.html.erb 313B

1234567
  1. <h2><%=l(:label_auth_source_new)%> (<%= h(@auth_source.auth_method_name) %>)</h2>
  2. <%= form_tag({:action => 'create'}, :class => "tabular") do %>
  3. <%= hidden_field_tag 'type', @auth_source.type %>
  4. <%= render :partial => auth_source_partial_name(@auth_source) %>
  5. <%= submit_tag l(:button_create) %>
  6. <% end %>