backports murph-skeleton

This commit is contained in:
Simon Vieille 2021-04-20 14:22:22 +02:00
parent 0e29ac95ce
commit 61f8fca06e

View file

@ -28,13 +28,13 @@
<table class="table" data-table-fixed>
<thead class="thead-light">
<tr>
<th class="col-5">
<th class="col-5 miw-150">
{{ 'Label'|trans }}
</th>
<th class="col-5">
<th class="col-5 miw-200">
{{ 'Domain'|trans }}
</th>
<th class="col-2 text-right">
<th class="col-2 miw-100 text-right">
{{ 'Actions'|trans }}
</th>
</tr>
@ -45,19 +45,17 @@
{% set show = path('admin_site_navigation_show', {entity: item.id}) %}
<tr data-dblclick="{{ edit }}">
<td class="col-5">
<td class="col-5 miw-150">
<a href="{{ show }}" class="font-weight-bold text-body d-block">
{{ item.label }}
</a>
{{ item.code }}
</td>
<td class="col-5">
<td class="col-5 miw-200">
<a href="" class="btn btn-sm btn-light">
{{ item.domain }}
</a>
</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">
<span class="fa fa-edit"></span>
</a>