X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0c79686f3cef86330d0ab6bbef2a9e2275ac93ac..0bd6f889c5a4f8f13decd96d6ef478c29b0e388a:/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 057a8980a..3b732f7be 100644
--- a/app/views/messages/_message_summary.html.erb
+++ b/app/views/messages/_message_summary.html.erb
@@ -1,6 +1,6 @@
">
- <%= link_to h(message_summary.sender.display_name), user_path(message_summary.sender) %> |
- <%= link_to h(message_summary.title), message_path(message_summary) %> |
+ <%= link_to message_summary.sender.display_name, user_path(message_summary.sender) %> |
+ <%= link_to message_summary.title, message_path(message_summary) %> |
<%= l message_summary.sent_on, :format => :friendly %> |
<%= button_to t(".unread_button"), message_mark_path(message_summary, :mark => "unread"), :remote => true %> |
<%= button_to t(".read_button"), message_mark_path(message_summary, :mark => "read"), :remote => true %> |