Mercurial > hg > soundsoftware-site
diff app/views/auth_sources/index.html.erb @ 507:0c939c159af4 redmine-1.2
Update to Redmine 1.2.1 on 1.2-stable branch (Redmine SVN rev 6270)
author | Chris Cannam |
---|---|
date | Thu, 14 Jul 2011 10:32:19 +0100 |
parents | 513646585e45 |
children | cbb26bc654de |
line wrap: on
line diff
--- a/app/views/auth_sources/index.html.erb Mon Jun 06 14:24:13 2011 +0100 +++ b/app/views/auth_sources/index.html.erb Thu Jul 14 10:32:19 2011 +0100 @@ -15,10 +15,10 @@ <tbody> <% for source in @auth_sources %> <tr class="<%= cycle("odd", "even") %>"> - <td><%= link_to source.name, :action => 'edit', :id => source%></td> - <td align="center"><%= source.auth_method_name %></td> - <td align="center"><%= source.host %></td> - <td align="center"><%= source.users.count %></td> + <td><%= link_to(h(source.name), :action => 'edit', :id => source)%></td> + <td align="center"><%= h source.auth_method_name %></td> + <td align="center"><%= h source.host %></td> + <td align="center"><%= h source.users.count %></td> <td class="buttons"> <%= link_to l(:button_test), :action => 'test_connection', :id => source %> <%= link_to l(:button_delete), { :action => 'destroy', :id => source },