-Bottone Chat Territoriale Circuito
This commit is contained in:
@@ -508,6 +508,25 @@
|
||||
</q-btn>
|
||||
</div>
|
||||
</div>
|
||||
<div v-else-if="myel.type === shared_consts.ELEMTYPE.BOTT_CHAT_TERRITORIALE">
|
||||
<div v-if="editOn" class="elemEdit">
|
||||
Bottone Chat Territoriale
|
||||
</div>
|
||||
<div class="row justify-evenly items-center q-pa-sm q-ma-sm">
|
||||
<q-btn
|
||||
v-if="tools.getLinkChatTerritoriale()"
|
||||
icon="fab fa-telegram"
|
||||
color="blue"
|
||||
type="a"
|
||||
size="md"
|
||||
rounded
|
||||
:label="$t('circuit.link_chat', { name: tools.getNomeCircuitoChatTerritoriale() })"
|
||||
:href="tools.getLinkChatTerritoriale()"
|
||||
target="__blank"
|
||||
>
|
||||
</q-btn>
|
||||
</div>
|
||||
</div>
|
||||
<div v-else-if="myel.type === shared_consts.ELEMTYPE.CHECK_EMAIL">
|
||||
<div v-if="editOn" class="elemEdit">
|
||||
Msg di Controllo Verifica Email
|
||||
|
||||
Reference in New Issue
Block a user