1 <table class="table table-sm align-middle messages-table">
4 <% columns.each do |column| %>
5 <th><%= t ".#{column}" %></th>
7 <th class="d-flex justify-content-end"><%= t ".actions" %></th>
11 <%= render :partial => inner_partial, :collection => messages, :as => "message" %>