Disputes: Show when and who closed dispute

This commit is contained in:
Karl Erik Õunapuu 2020-05-18 15:11:34 +03:00
parent 26a5813fe9
commit c682155bf6
9 changed files with 48 additions and 31 deletions

View file

@ -125,13 +125,13 @@
<%= sort_link(@q, 'name') %>
</th>
<th class="col-xs-2">
<%= sort_link(@q, 'password') %>
<%= sort_link(@q, 'Initiator') %>
</th>
<th class="col-xs-2">
<%= sort_link(@q, 'starts_at') %>
</th>
<th class="col-xs-2">
<%= sort_link(@q, 'expires_at') %>
<%= sort_link(@q, 'Expired/Closed At') %>
</th>
<th class="col-xs-2">
<%= sort_link(@q, 'comment') %>
@ -145,13 +145,13 @@
<%= x.domain_name %>
</td>
<td>
<%= x.password %>
<%= x.initiator %>
</td>
<td>
<%= x.starts_at %>
</td>
<td>
<%= x.expires_at %>
<%= x.closed %>
</td>
<td>
<%= x.comment %>