update page crud index

This commit is contained in:
Simon Vieille 2021-04-21 09:56:26 +02:00
parent 3abd466f7e
commit e0b6353636

View file

@ -17,8 +17,9 @@
<table class="table" data-table-fixed> <table class="table" data-table-fixed>
<thead class="thead-light"> <thead class="thead-light">
<tr> <tr>
<th class="col-10">{{ 'Name'|trans }}</th> <th class="col-5">{{ 'Name'|trans }}</th>
<th class="col-2 text-right">{{ 'Actions'|trans }}</th> <th class="col-5"></th>
<th class="col-2 miw-100 text-right">{{ 'Actions'|trans }}</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@ -41,7 +42,7 @@
</a> </a>
{% endfor %} {% endfor %}
</td> </td>
<td class="col-2 text-right"> <td class="col-2 miw-100 text-right">
<a href="{{ edit }}" class="btn btn-sm btn-primary mr-1"> <a href="{{ edit }}" class="btn btn-sm btn-primary mr-1">
<span class="fa fa-edit"></span> <span class="fa fa-edit"></span>
</a> </a>