diff .svn/pristine/61/61a707360ad20d9464aff1ba44e0db1142444962.svn-base @ 1464:261b3d9a4903 redmine-2.4

Update to Redmine 2.4 branch rev 12663
author Chris Cannam
date Tue, 14 Jan 2014 14:37:42 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.svn/pristine/61/61a707360ad20d9464aff1ba44e0db1142444962.svn-base	Tue Jan 14 14:37:42 2014 +0000
@@ -0,0 +1,6 @@
+<%= title [l(:label_auth_source_plural), auth_sources_path], @auth_source.name %>
+
+<%= labelled_form_for @auth_source, :as => :auth_source, :url => auth_source_path(@auth_source), :html => {:id => 'auth_source_form'} do |f| %>
+  <%= render :partial => auth_source_partial_name(@auth_source), :locals => { :f => f } %>
+  <%= submit_tag l(:button_save) %>
+<% end %>