]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/messages/_sent_message_summary.html.erb
Put message read/unread/delete buttons in one column
[rails.git] / app / views / messages / _sent_message_summary.html.erb
index 4d1b361b1822dd8f2cf3d8ad0171a1ddca522c21..fa690e09268e802104f9e30d6e3a4b10ccfafcae 100644 (file)
@@ -2,5 +2,7 @@
   <td class="inbox-sender"><%= link_to sent_message_summary.recipient.display_name, user_path(sent_message_summary.recipient) %></td>
   <td class="inbox-subject"><%= link_to 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"), message_path(sent_message_summary, :referer => request.fullpath), :method => :delete, :remote => true, :class => "btn btn-sm btn-danger" %></td>
+  <td class="text-end">
+    <%= button_to t(".destroy_button"), message_path(sent_message_summary, :referer => request.fullpath), :method => :delete, :remote => true, :class => "btn btn-sm btn-danger", :form_class => "d-inline-block inbox-destroy" %>
+  </td>
 </tr>