1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 09:07:12 -05:00

configurable info row

This commit is contained in:
vabene1111
2023-12-27 14:04:36 +01:00
parent 20bc1c5c2a
commit 629dfd5d52
2 changed files with 45 additions and 27 deletions

View File

@@ -57,7 +57,7 @@
<b-col cols="12">
<b-button-group class="w-100 mt-1">
<b-button variant="light" block class="btn btn-block text-left">
<span v-if="c.id === -1">{{ $t('Undefined') }}</span>
<span v-if="c.name === -1">{{ $t('Undefined') }}</span>
<span v-else>{{ c.name }}</span>
</b-button>
<b-button variant="success"><i class="fas fa-check"></i></b-button> <!-- todo implement -->