We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a57f8 commit 30326e8Copy full SHA for 30326e8
resources/views/admin/index.blade.php
@@ -29,7 +29,7 @@
29
<td class="checkbox" v-if="$can('update blocks')||$can('delete blocks')"><item-list-checkbox :model="model" :checked-models-prop="checkedModels" :loading="loading"></item-list-checkbox></td>
30
<td v-if="$can('update blocks')">@include('core::admin._button-edit', ['module' => 'blocks'])</td>
31
<td><item-list-status-button :model="model"></item-list-status-button></td>
32
- <td>@{{ model.name }}</td>
+ <td><span class="badge bg-secondary">@{{ model.name }}</span></td>
33
<td>@{{ model.body_translated }}</td>
34
</template>
35
0 commit comments