]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/messages/_sent_message_summary.html.erb
Avoid using inline javascript to update message list
[rails.git] / app / views / messages / _sent_message_summary.html.erb
index 5a64ea8db8e1c8e72e9525eacd9814710f7b1099..a9346fb5ee9343879dbcf51ab641f5dfe0fd39c1 100644 (file)
@@ -2,5 +2,5 @@
   <td class="inbox-sender"><%= link_to h(sent_message_summary.recipient.display_name), user_path(sent_message_summary.recipient) %></td>
   <td class="inbox-subject"><%= link_to h(sent_message_summary.title), message_path(sent_message_summary) %></td>
   <td class="inbox-sent"><%= l sent_message_summary.sent_on, :format => :friendly %></td>
-  <td class="inbox-destroy"><%= button_to t('.destroy_button'), destroy_message_path(sent_message_summary, :referer => request.fullpath) %></td>
+  <td class="inbox-destroy"><%= button_to t('.destroy_button'), destroy_message_path(sent_message_summary, :referer => request.fullpath), { :remote => true } %></td>
 </tr>