From b8ba2762075842acc106673d5de3dcd026e9e18c Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Tue, 2 Aug 2011 12:53:29 +0000 Subject: [PATCH] HTML escape at app/views/activities/index.html.erb. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6357 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/activities/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/activities/index.html.erb b/app/views/activities/index.html.erb index a2748cc9c..3b4fd00e2 100644 --- a/app/views/activities/index.html.erb +++ b/app/views/activities/index.html.erb @@ -12,7 +12,7 @@ <%= content_tag('span', h(e.project), :class => 'project') if @project.nil? || @project != e.project %> <%= link_to format_activity_title(e.event_title), e.event_url %>
<%= format_activity_description(e.event_description) %> - <%= e.event_author if e.respond_to?(:event_author) %>
+ <%= link_to_user(e.event_author) if e.respond_to?(:event_author) %> <% end -%> <% end -%> -- 2.39.5