diff options
Diffstat (limited to 'app/views/auth_sources/edit.rhtml')
-rw-r--r-- | app/views/auth_sources/edit.rhtml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/auth_sources/edit.rhtml b/app/views/auth_sources/edit.rhtml new file mode 100644 index 000000000..149463e7f --- /dev/null +++ b/app/views/auth_sources/edit.rhtml @@ -0,0 +1,7 @@ +<h2><%=l(:label_auth_source)%> (<%= @auth_source.auth_method_name %>)</h2> + +<%= start_form_tag({:action => 'update', :id => @auth_source}, :class => "tabular") %> + <%= render :partial => 'form' %> + <%= submit_tag l(:button_save) %> +<%= end_form_tag %> + |