From 398b700e57c5bf659b9504c383badc490655d760 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Fri, 25 Nov 2011 18:13:31 +0000 Subject: [PATCH] Adds ids on rows in auth_sources/index view (#9659). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7923 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/auth_sources/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/auth_sources/index.html.erb b/app/views/auth_sources/index.html.erb index 9da554496..f239184ae 100644 --- a/app/views/auth_sources/index.html.erb +++ b/app/views/auth_sources/index.html.erb @@ -14,7 +14,7 @@ <% for source in @auth_sources %> - "> + "> <%= link_to(h(source.name), :action => 'edit', :id => source)%> <%= h source.auth_method_name %> <%= h source.host %> -- 2.39.5