X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/50091893d44ecfc48c13bb2269f23a6f23aea1d2..c56f7a37fc056d921fdbd8b3eec49a9d84f092c9:/app/views/messages/_message_summary.html.erb?ds=sidebyside
diff --git a/app/views/messages/_message_summary.html.erb b/app/views/messages/_message_summary.html.erb
index dfccb3165..057a8980a 100644
--- a/app/views/messages/_message_summary.html.erb
+++ b/app/views/messages/_message_summary.html.erb
@@ -1,8 +1,8 @@
-
">
<%= link_to h(message_summary.sender.display_name), user_path(message_summary.sender) %> |
<%= link_to h(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 %> |
- <%= button_to t('.destroy_button'), message_path(message_summary, :referer => request.fullpath), :method => :delete, :remote => true %> |
+ <%= 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 %> |
+ <%= button_to t(".destroy_button"), message_path(message_summary, :referer => request.fullpath), :method => :delete, :remote => true %> |