summaryrefslogtreecommitdiffstats
path: root/app/views/activities
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-08-02 12:53:29 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-08-02 12:53:29 +0000
commitb8ba2762075842acc106673d5de3dcd026e9e18c (patch)
treee294f11d33b2e9f890b7cebf2fd4042152c0fe96 /app/views/activities
parentfb8f3a7ada2b5e47f213356c6bf17d89caaa9c1f (diff)
downloadredmine-b8ba2762075842acc106673d5de3dcd026e9e18c.tar.gz
redmine-b8ba2762075842acc106673d5de3dcd026e9e18c.zip
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
Diffstat (limited to 'app/views/activities')
-rw-r--r--app/views/activities/index.html.erb2
1 files changed, 1 insertions, 1 deletions
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 %></dt>
<dd><span class="description"><%= format_activity_description(e.event_description) %></span>
- <span class="author"><%= e.event_author if e.respond_to?(:event_author) %></span></dd>
+ <span class="author"><%= link_to_user(e.event_author) if e.respond_to?(:event_author) %></span></dd>
<% end -%>
</dl>
<% end -%>