Fixed: Forum message permalinks don't take pagination into account (#5945).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3877 e93f8b46-1217-0410-a6f0-8f06a7374b81
pull/351/head
Jean-Philippe Lang 14 years ago
parent 72ce4f3ab9
commit 91f7cbb79d
  1. 2
      app/views/messages/show.rhtml

@ -30,7 +30,7 @@
</div> </div>
<h4> <h4>
<%= avatar(message.author, :size => "24") %> <%= avatar(message.author, :size => "24") %>
<%= link_to h(message.subject), { :controller => 'messages', :action => 'show', :board_id => @board, :id => @topic, :anchor => "message-#{message.id}" } %> <%= link_to h(message.subject), { :controller => 'messages', :action => 'show', :board_id => @board, :id => @topic, :r => message, :anchor => "message-#{message.id}" } %>
- -
<%= authoring message.created_on, message.author %> <%= authoring message.created_on, message.author %>
</h4> </h4>

Loading…
Cancel
Save