display resources table row

This commit is contained in:
2021-05-14 21:25:30 +02:00
parent d872bf65dd
commit 9710f8be63
4 changed files with 38 additions and 17 deletions

View File

@@ -7,10 +7,8 @@
<table class="rounded">
<thead>
<tr>
<th class="chill-orange">{{ $t('resources.firstname') }}</th>
<th class="chill-orange">{{ $t('resources.lastname') }}</th>
<th>3</th>
<th>4</th>
<th class="chill-orange">{{ $t('resources.text') }}</th>
<th class="chill-orange">{{ $t('resources.description') }}</th>
<th class="chill-orange">{{ $t('action.actions') }}</th>
</tr>
</thead>