- preordinabili corretti + altro
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
doctype html
|
||||
html
|
||||
head
|
||||
title Ordine Completato
|
||||
title Ordine consegnato
|
||||
|
||||
//- import css/scss stylesheets
|
||||
//- these file names will be replace by gulp with proper css file paths
|
||||
@@ -29,7 +29,7 @@ html
|
||||
td(class="emailContainer", valign="top")
|
||||
|
||||
p Ciao #{name},
|
||||
p L'ordine n. #{ordernumber} è stato Completato correttamente !
|
||||
p L'ordine n. #{ordernumber} è stato Consegnato correttamente !
|
||||
p Grazie Mille per aver contribuito a far crescere la Comunità
|
||||
|
||||
table.footer(cellpadding="0", cellspacing="0", width="100%", summary="", border="0", align="center")
|
||||
|
||||
@@ -1 +1 @@
|
||||
=`Ordine n. ${ordernumber} Completato`
|
||||
=`Ordine n. ${ordernumber} Consegnato`
|
||||
|
||||
Reference in New Issue
Block a user