This commit is contained in:
parent
5612c56aed
commit
8ef38da621
|
@ -0,0 +1,12 @@
|
|||
const Stylesheet = require(`vn-print/core/stylesheet`);
|
||||
|
||||
const path = require('path');
|
||||
const vnPrintPath = path.resolve('print');
|
||||
|
||||
module.exports = new Stylesheet([
|
||||
`${vnPrintPath}/common/css/spacing.css`,
|
||||
`${vnPrintPath}/common/css/misc.css`,
|
||||
`${vnPrintPath}/common/css/layout.css`,
|
||||
`${vnPrintPath}/common/css/email.css`])
|
||||
.mergeStyles();
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
<email-body v-bind="$props">
|
||||
<div class="grid-row">
|
||||
<div class="grid-block vn-pa-ml">
|
||||
<h1>{{ $t('title', [week, year]) }}</h1> Nueva inserción en la tabla ItemCategory
|
||||
<!-- <p>{{$t('dear')}},</p> Hola, pako -->
|
||||
<p v-html="$t('toaccess')"></p>
|
||||
<a :href="url"><button>{{$t('Hours')}}</button></a>
|
||||
<p>{{$t('description')}}</p> Se ha hecho una inserción de "datos" a la tabla ItemCategory
|
||||
</div>
|
||||
</div>
|
||||
</email-body>
|
Loading…
Reference in New Issue