]> source.dussan.org Git - redmine.git/commitdiff
Fixed: Forum message permalinks don't take pagination into account (#5945).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 25 Jul 2010 10:02:12 +0000 (10:02 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 25 Jul 2010 10:02:12 +0000 (10:02 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3877 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/messages/show.rhtml

index 5c949d48f1e097d66fd3b3f10f0e5f736efbeb86..a27b5d1144a3ea45b1d56942ee853dcc8706c82a 100644 (file)
@@ -30,7 +30,7 @@
     </div>
   <h4>
        <%= 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 %>
   </h4>