X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/00bd64c7fb86d598eb9406e39f99fc711f58bf9b..9c83235f72aece554426751e334c1f0b4ccaea64:/app/views/messages/_sent_message_summary.html.erb
diff --git a/app/views/messages/_sent_message_summary.html.erb b/app/views/messages/_sent_message_summary.html.erb
index 44eaa0bce..028ab135b 100644
--- a/app/views/messages/_sent_message_summary.html.erb
+++ b/app/views/messages/_sent_message_summary.html.erb
@@ -1,6 +1,6 @@
<%= 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) %> |
+ <%= link_to h(sent_message_summary.title), 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) %> |
+ <%= button_to t('.destroy_button'), message_path(sent_message_summary, :referer => request.fullpath), { :method => :delete, :remote => true } %> |