- sistemazioni Email : registrazione, invio invito, email di benvenuto
- fix circuito - profilo
This commit is contained in:
@@ -37,13 +37,13 @@
|
||||
v-if="circuit.link_group"
|
||||
:class="` `"
|
||||
>
|
||||
<q-btn
|
||||
<!--<q-btn
|
||||
icon="fab fa-telegram"
|
||||
size="xs"
|
||||
color="blue"
|
||||
rounded
|
||||
@click.stop.prevent="tools.openUrl(circuit.link_group)"
|
||||
></q-btn>
|
||||
></q-btn>-->
|
||||
</div>
|
||||
</q-item-section>
|
||||
|
||||
@@ -321,6 +321,16 @@
|
||||
size="sm"
|
||||
>
|
||||
</q-btn>
|
||||
<q-btn
|
||||
v-else-if="groupnameSel"
|
||||
icon="fas fa-house-user"
|
||||
class="q-ml-sm"
|
||||
:color="Number(account.fidoConcesso) > 0 ? 'primary' : 'grey'"
|
||||
text-color="white"
|
||||
round
|
||||
size="sm"
|
||||
>
|
||||
</q-btn>
|
||||
</q-item-label>
|
||||
</q-item-section>
|
||||
<q-item-section
|
||||
|
||||
Reference in New Issue
Block a user