X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2e2f2124728ca755b2db8f83f022eaea24b647f0..33ea119c8f520a7e679e38b569c202976907a501:/app/views/message/_sent_message_summary.html.erb
diff --git a/app/views/message/_sent_message_summary.html.erb b/app/views/message/_sent_message_summary.html.erb
index a03074e08..44eaa0bce 100644
--- a/app/views/message/_sent_message_summary.html.erb
+++ b/app/views/message/_sent_message_summary.html.erb
@@ -1,8 +1,6 @@
-<% this_colour = cycle('lightgrey', 'white') # can only call once for some dumb reason
-%>
-
- <%= link_to h(sent_message_summary.recipient.display_name), :controller => 'user', :action => sent_message_summary.recipient.display_name %> |
- <%= link_to h(sent_message_summary.title), :controller => 'message', :action => 'read', :message_id => sent_message_summary.id %> |
- <%= l sent_message_summary.sent_on %> |
+ <%= link_to h(sent_message_summary.recipient.display_name), user_path(sent_message_summary.recipient) %> |
+ <%= link_to h(sent_message_summary.title), read_message_path(sent_message_summary) %> |
+ <%= l sent_message_summary.sent_on, :format => :friendly %> |
+ <%= button_to t('.delete_button'), delete_message_path(sent_message_summary, :referer => request.fullpath) %> |