X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b2acd6e49c9533f9b49bf6f377835508a0a6d53d..6b55cce25c2ed58c6513ae7f3f5dd24518cb489e:/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 683d8d6ad..f744d028a 100644
--- a/app/views/messages/_sent_message_summary.html.erb
+++ b/app/views/messages/_sent_message_summary.html.erb
@@ -1,8 +1,10 @@
-
- <%= link_to message.recipient.display_name, user_path(message.recipient) %> |
+<%= tag.tr(:id => "outbox-#{message.id}") do %>
+ <%= link_to message.recipient.display_name, user_path(message.recipient), :class => "username d-inline-block text-truncate text-wrap align-bottom", :dir => "auto" %> |
<%= link_to message.title, message_path(message) %> |
<%= l message.sent_on, :format => :friendly %> |
-
- <%= button_to t(".destroy_button"), message_path(message, :referer => request.fullpath), :method => :delete, :class => "btn btn-sm btn-danger", :form => { :data => { :turbo => true }, :class => "destroy-message" } %>
+ |
+
+ <%= button_to t(".destroy_button"), message_path(message, :referer => request.fullpath), :method => :delete, :class => "btn btn-sm btn-danger", :form => { :data => { :turbo => true }, :class => "destroy-message" } %>
+
|
-
+<% end %>