Skip to content

Commit 5c8b3db

Browse files
committed
Merge branch 'ssr-pandora' of https://github.com/Human-Connection/API into feature/usersettings
2 parents c8b4b08 + 120014a commit 5c8b3db

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+733
-168
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{{> header }}
2+
<tr>
3+
<td class="content-wrap">
4+
<meta itemprop="name" content="Confirm Email"/>
5+
<table width="100%" cellpadding="0" cellspacing="0">
6+
<tr>
7+
<td class="aligncenter content-block">
8+
<h1 class="aligncenter">Thanks for verifying your email address</h1>
9+
</td>
10+
</tr>
11+
<tr>
12+
<td class="aligncenter content-block">
13+
Hi {{ name }}, your email address has been verified.
14+
</td>
15+
</tr>
16+
<tr>
17+
<td class="aligncenter content-block">
18+
You can now contribute to our great community and get inspired to take action. Have fun!
19+
</td>
20+
</tr>
21+
<tr>
22+
<td class="aligncenter content-block" itemprop="handler" itemscope itemtype="http://schema.org/HttpActionHandler">
23+
<a href="{{frontURL}}" class="btn-primary" itemprop="url">Start exploring</a>
24+
</td>
25+
</tr>
26+
<tr>
27+
<td class="aligncenter content-block">
28+
&mdash; Human Connection
29+
</td>
30+
</tr>
31+
</table>
32+
</td>
33+
</tr>
34+
{{> footer }}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Your email address has been verified
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Thanks for verifying your email address
2+
3+
Hi {{ name }}, your email address has been verified.
4+
5+
You can now contribute to our great community and get inspired to take action. Have fun!
6+
7+
Start exploring: {{frontURL}}
8+
9+
&mdash; Human Connection

email-templates/account/invite-email/de/html.hbs

Lines changed: 156 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"code": "Hsd6ag",
3+
"email": "[email protected]",
4+
"language": "de",
5+
"frontURL": "http://localhost:3000",
6+
"backURL": "http://localhost:3030"
7+
}

0 commit comments

Comments
 (0)