- Invio RIS migliorata grafica e aggiunto tastierino numerico.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
<template>
|
||||
<div class="q-ma-xs q-pa-xs row">
|
||||
<div v-if="non_hai_circuito_nazionale" class="q-py-sm">
|
||||
<div class="row">
|
||||
<div
|
||||
class="q-py-sm"
|
||||
v-if="non_hai_circuito_nazionale"
|
||||
>
|
||||
<q-banner rounded class="bg-red text-white" style="text-align: center">
|
||||
{{ $t('circuit.non_hai_circuito_nazionale') }}
|
||||
<br />
|
||||
@@ -29,7 +32,11 @@
|
||||
<q-btn
|
||||
glossy
|
||||
size="md"
|
||||
:label="$t('circuit.invia_msg_dest', {name: to_user ? to_user.username : ''})"
|
||||
:label="
|
||||
$t('circuit.invia_msg_dest', {
|
||||
name: to_user ? to_user.username : '',
|
||||
})
|
||||
"
|
||||
icon="fas fa-paper-plane"
|
||||
color="blue"
|
||||
text-color="white"
|
||||
|
||||
Reference in New Issue
Block a user