Rearrange data in blocks table to start/end/status columns

This commit is contained in:
Anton Khorev 2023-08-23 19:59:30 +03:00
parent 572d1adaae
commit 30da09c5a1
4 changed files with 57 additions and 11 deletions

View file

@ -9,8 +9,9 @@
<th><%= t ".creator_name" %></th>
<% end %>
<th><%= t ".reason" %></th>
<th><%= t ".start" %></th>
<th><%= t ".end" %></th>
<th><%= t ".status" %></th>
<th><%= t ".revoker_name" %></th>
<th></th>
<th></th>
</tr>