From: Toshi MARUYAMA Date: Tue, 2 Aug 2011 13:00:04 +0000 (+0000) Subject: HTML escape at app/views/boards/show.rhtml. X-Git-Tag: 1.3.0~1578 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f265e680c3df6b40bc056cd19d9bada7ab76fa49;p=redmine.git HTML escape at app/views/boards/show.rhtml. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6365 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/boards/show.rhtml b/app/views/boards/show.rhtml index c4a08b29b..ac4a6fee4 100644 --- a/app/views/boards/show.rhtml +++ b/app/views/boards/show.rhtml @@ -43,7 +43,7 @@ <% @topics.each do |topic| %> <%= link_to h(topic.subject), { :controller => 'messages', :action => 'show', :board_id => @board, :id => topic } %> - <%= topic.author %> + <%= link_to_user(topic.author) %> <%= format_time(topic.created_on) %> <%= topic.replies_count %>