X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/10d65cc8571d38bb6af6d9022edb98a294ad2f2d..332fad14bb66da4b858034e6c544b6f4361ffde5:/app/views/messages/_message_summary.html.erb
diff --git a/app/views/messages/_message_summary.html.erb b/app/views/messages/_message_summary.html.erb
index 4a552e83e..8ac09251c 100644
--- a/app/views/messages/_message_summary.html.erb
+++ b/app/views/messages/_message_summary.html.erb
@@ -1,6 +1,6 @@
">
- <%= link_to message_summary.sender.display_name, user_path(message_summary.sender) %> |
- <%= link_to message_summary.title, message_path(message_summary) %> |
+ <%= link_to message_summary.sender.display_name, message_summary.sender %> |
+ <%= link_to message_summary.title, message_summary %> |
<%= l message_summary.sent_on, :format => :friendly %> |
<%= button_to t(".unread_button"), message_mark_path(message_summary, :mark => "unread"), :remote => true, :class => "btn btn-sm btn-primary", :form => { :class => "inbox-mark-unread", :hidden => !message_summary.message_read? } %>
|