##// END OF EJS Templates
Fixed: Forum message permalinks don't take pagination into account (#5945)....
Jean-Philippe Lang -
r3763:91f7cbb79db0
parent child
Show More
@@ -30,7 +30,7
30 </div>
30 </div>
31 <h4>
31 <h4>
32 <%= avatar(message.author, :size => "24") %>
32 <%= avatar(message.author, :size => "24") %>
33 <%= link_to h(message.subject), { :controller => 'messages', :action => 'show', :board_id => @board, :id => @topic, :anchor => "message-#{message.id}" } %>
33 <%= link_to h(message.subject), { :controller => 'messages', :action => 'show', :board_id => @board, :id => @topic, :r => message, :anchor => "message-#{message.id}" } %>
34 -
34 -
35 <%= authoring message.created_on, message.author %>
35 <%= authoring message.created_on, message.author %>
36 </h4>
36 </h4>
General Comments 0
You need to be logged in to leave comments. Login now