<% 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">
<a class="nav-link active"><%= t ".my_inbox" %></a>
<h4><%= render :partial => "message_count" %></h4>
<% if current_user.messages.size > 0 %>
- <table class="table table-sm">
+ <table class="table table-sm align-middle">
<thead>
<tr>
<th><%= t ".from" %></th>
<th><%= t ".subject" %></th>
<th><%= t ".date" %></th>
- <th></th>
- <th></th>
</tr>
</thead>
<tbody>