diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-12-03 09:59:03 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-12-03 09:59:03 +0000 |
commit | 49fcec80b7eb42debb749b7eef27b315c137d19f (patch) | |
tree | 36c336301429ef1eadd6d47e6031932b8a1a1a00 /app/views/auth_sources/index.html.erb | |
parent | 826e978806bbe80d266c1ebdda64fd84b0f5208a (diff) | |
download | redmine-49fcec80b7eb42debb749b7eef27b315c137d19f.tar.gz redmine-49fcec80b7eb42debb749b7eef27b315c137d19f.zip |
Reverts r16051 and r16050 for now (#15361).
git-svn-id: http://svn.redmine.org/redmine/trunk@16052 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/auth_sources/index.html.erb')
-rw-r--r-- | app/views/auth_sources/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/auth_sources/index.html.erb b/app/views/auth_sources/index.html.erb index 7a0ffa59d..ecde2bf95 100644 --- a/app/views/auth_sources/index.html.erb +++ b/app/views/auth_sources/index.html.erb @@ -14,7 +14,7 @@ </tr></thead> <tbody> <% for source in @auth_sources %> - <tr id="auth-source-<%= source.id %>"> + <tr id="auth-source-<%= source.id %>" class="<%= cycle("odd", "even") %>"> <td class="name"><%= link_to(source.name, :action => 'edit', :id => source)%></td> <td><%= source.auth_method_name %></td> <td><%= source.host %></td> |