<% if @applications.length > 0 %>
<table class="table table-borderless table-striped">
<thead>
- <th><%= t ".application" %></th>
- <th><%= t ".permissions" %></th>
- <th></th>
+ <tr>
+ <th><%= t ".application" %></th>
+ <th><%= t ".permissions" %></th>
+ <th><%= t ".last_authorized" %></th>
+ <th></th>
+ </tr>
</thead>
<tbody>
<%= render :partial => "application", :collection => @applications %>