fix on server

This commit is contained in:
Ludovic CANDELLIER
2021-11-24 15:56:02 +01:00
parent 6f0506a71e
commit 6439d2d4ad

View File

@@ -7,7 +7,7 @@
@if ($inherited['tags'])
<h6> Tags</h6>
@foreach ($inherited['tags'] as $tag)
<button type="button" class="btn btn-secondary btn-xs">{{ $tag['group']['name'] }}-{{ $tag['name']['fr'] }}</button>
<button type="button" class="btn btn-secondary btn-xs">{{ $tag['group']['name'] }}-{{ $tag['name']['fr'] ?? $tag['name'] }}</button>
@endforeach
@endif
@endcomponent