summaryrefslogtreecommitdiffstats
path: root/app/views/auth_sources/new.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/auth_sources/new.html.erb')
-rw-r--r--app/views/auth_sources/new.html.erb6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/auth_sources/new.html.erb b/app/views/auth_sources/new.html.erb
new file mode 100644
index 000000000..d0b9b1d43
--- /dev/null
+++ b/app/views/auth_sources/new.html.erb
@@ -0,0 +1,6 @@
+<h2><%=l(:label_auth_source_new)%> (<%= h(@auth_source.auth_method_name) %>)</h2>
+
+<% form_tag({:action => 'create'}, :class => "tabular") do %>
+ <%= render :partial => 'form' %>
+ <%= submit_tag l(:button_create) %>
+<% end %>