<%= javascript_include_tag "messages" %>
<% end %>
+<% content_for :heading_class, "pb-0" %>
+
<% content_for :heading do %>
- <ul class="nav nav-pills">
+ <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" %>
</li>
<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>