diff options
Diffstat (limited to 'app/views/auth_sources/new.rhtml')
-rw-r--r-- | app/views/auth_sources/new.rhtml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/auth_sources/new.rhtml b/app/views/auth_sources/new.rhtml new file mode 100644 index 000000000..29d66327b --- /dev/null +++ b/app/views/auth_sources/new.rhtml @@ -0,0 +1,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 %> |