]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/messages/outbox.html.erb
Merge pull request #4133 from AntonKhorev/flex-leaflet-controls
[rails.git] / app / views / messages / outbox.html.erb
index 6710388e51fdddc259cee48a1a3da67cb93765e6..e246f9292ebb8afaf0161e306b55fb812176f379 100644 (file)
@@ -5,6 +5,8 @@
 <% content_for :heading_class, "pb-0" %>
 
 <% content_for :heading do %>
+  <h1><%= t("users.show.my messages") %></h1>
+
   <ul class="nav nav-tabs">
     <li class="nav-item">
       <%= link_to t(".my_inbox"), inbox_messages_path, :class => "nav-link" %>
 <h4><%= t ".messages", :count => current_user.sent_messages.size %></h4>
 
 <% if current_user.sent_messages.size > 0 %>
-  <table class="table table-sm">
+  <table class="table table-sm align-middle">
     <thead>
       <tr>
         <th><%= t ".to" %></th>
         <th><%= t ".subject" %></th>
         <th><%= t ".date" %></th>
-        <th></th>
       </tr>
     </thead>
     <tbody>