Skip to content

Commit 30326e8

Browse files
committed
Show the name as a badge in the list
1 parent b9a57f8 commit 30326e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/admin/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<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>
3030
<td v-if="$can('update blocks')">@include('core::admin._button-edit', ['module' => 'blocks'])</td>
3131
<td><item-list-status-button :model="model"></item-list-status-button></td>
32-
<td>@{{ model.name }}</td>
32+
<td><span class="badge bg-secondary">@{{ model.name }}</span></td>
3333
<td>@{{ model.body_translated }}</td>
3434
</template>
3535

0 commit comments

Comments
 (0)