35 lines
710 B
Plaintext
Executable File
35 lines
710 B
Plaintext
Executable File
p Ciao,
|
|
p Ti confermiamo che #{username} (#{name} #{surname}) ha appena inviato una richiesta di prenotazione per l'evento #{event}
|
|
p #{msgbooking}
|
|
p #{participants}
|
|
p #{participantsLunch}
|
|
p #{participantsDinner}
|
|
p #{participantsDinnerShared}
|
|
p Messaggio: #{msgbooking}
|
|
|
|
p Cordiali Saluti
|
|
p Supporto #{nomeapp}
|
|
|
|
style(type="text/css").
|
|
html, body {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.divbtn {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.btn-lg {
|
|
padding: 5px;
|
|
margin: 5px;
|
|
font-size: 26px;
|
|
cursor: pointer;
|
|
color: white;
|
|
background: #027be3 !important;
|
|
border-radius: 28px;
|
|
|
|
}
|