Skip to content

Commit 1e45e2b

Browse files
committed
fix: updated snapshots, removed guide markdown in email
1 parent 0a0e6cc commit 1e45e2b

File tree

4 files changed

+4
-143
lines changed

4 files changed

+4
-143
lines changed

template/emails/welcome/guide.md

-107
This file was deleted.

template/emails/welcome/html.pug

+4-11
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,9 @@ block content
55
.container.mt-3
66
.row
77
.col-12
8-
.card.d-block
9-
h5.card-header.text-center= t('The Best Node.js Framework')
8+
.card.d-block.text-center
9+
h5.card-header= t('The Best Node.js Framework')
1010
.card-body
11-
case locale
12-
when 'es'
13-
include:md guide-es.md
14-
when 'zh'
15-
include:md guide-zh.md
16-
default
17-
include:md guide.md
18-
.text-center.mb-3
11+
p.card-text= t('Thank you for signing up!')
1912
a.btn.btn-lg.btn-success(href=config.pkg.homepage, role="button")= t('Read the docs')
20-
.card-footer.text-center: small.text-muted= t('If you did not submit this request, then please reply to let us know.')
13+
.card-footer: small.text-muted= t('If you did not submit this request, then please reply to let us know.')

test/snapshots/test.js.md

-25
Original file line numberDiff line numberDiff line change
@@ -170,31 +170,6 @@ Generated by [AVA](https://avajs.dev).
170170
'emails/two-factor-reminder/subject.pug',
171171
'emails/verify/html.pug',
172172
'emails/verify/subject.pug',
173-
'emails/welcome/guide-ar.md',
174-
'emails/welcome/guide-cs.md',
175-
'emails/welcome/guide-da.md',
176-
'emails/welcome/guide-de.md',
177-
'emails/welcome/guide-es.md',
178-
'emails/welcome/guide-fi.md',
179-
'emails/welcome/guide-fr.md',
180-
'emails/welcome/guide-he.md',
181-
'emails/welcome/guide-hu.md',
182-
'emails/welcome/guide-id.md',
183-
'emails/welcome/guide-it.md',
184-
'emails/welcome/guide-ja.md',
185-
'emails/welcome/guide-ko.md',
186-
'emails/welcome/guide-nl.md',
187-
'emails/welcome/guide-no.md',
188-
'emails/welcome/guide-pl.md',
189-
'emails/welcome/guide-pt.md',
190-
'emails/welcome/guide-ru.md',
191-
'emails/welcome/guide-sv.md',
192-
'emails/welcome/guide-th.md',
193-
'emails/welcome/guide-tr.md',
194-
'emails/welcome/guide-uk.md',
195-
'emails/welcome/guide-vi.md',
196-
'emails/welcome/guide-zh.md',
197-
'emails/welcome/guide.md',
198173
'emails/welcome/html.pug',
199174
'emails/welcome/subject.pug',
200175
'gulpfile.js',

test/snapshots/test.js.snap

-216 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)