]> source.dussan.org Git - redmine.git/commitdiff
HTML escape at app/views/activities/index.html.erb.
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 2 Aug 2011 12:53:29 +0000 (12:53 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 2 Aug 2011 12:53:29 +0000 (12:53 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6357 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/activities/index.html.erb

index a2748cc9c9d7b45a0c1e3ea674dec575bcbdfa85..3b4fd00e27fcc189299cd271507bba1f6b49f7d0 100644 (file)
@@ -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 -%>