fixes on tags with slug

This commit is contained in:
Ludovic CANDELLIER
2022-01-22 22:05:18 +01:00
parent f35650b234
commit f4aecc9130
3 changed files with 62 additions and 2 deletions

View File

@@ -28,7 +28,7 @@
<div class="col-12">
{{ Form::label('tags', 'Tags') }}<br>
@foreach (($article['tags'] ?? null) as $tag)
{{ $tag }}
<span class="btn btn-xs btn-success pb-2">{{ $tag }}</span>
@endforeach
</div>
</div>