File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
<p>Please click the following link to verify your e-mail address within <b>{{.ActiveCodeLives}} hours</b>:</p>
11
11
<p><a href="{{AppUrl}}user/activate?code={{.Code}}">{{AppUrl}}user/activate?code={{.Code}}</a></p>
12
12
<p>Not working? Try copying and pasting it to your browser.</p>
13
- <p>© 2016 <a target="_blank" rel="noopener" href="{{AppUrl}}">{{AppName}}</a></p>
13
+ <p>© <a target="_blank" rel="noopener" href="{{AppUrl}}">{{AppName}}</a></p>
14
14
</body>
15
15
</html>
Original file line number Diff line number Diff line change 10
10
<p>Please click the following link to verify your email address within <b>{{.ActiveCodeLives}} hours</b>:</p>
11
11
<p><a href="{{AppUrl}}user/activate_email?code={{.Code}}&email={{.Email}}">{{AppUrl}}user/activate_email?code={{.Code}}&email={{.Email}}</a></p>
12
12
<p>Not working? Try copying and pasting it to your browser.</p>
13
- <p>© 2016 <a target="_blank" rel="noopener" href="{{AppUrl}}">{{AppName}}</a></p>
13
+ <p>© <a target="_blank" rel="noopener" href="{{AppUrl}}">{{AppName}}</a></p>
14
14
</body>
15
15
</html>
Original file line number Diff line number Diff line change 9
9
<p>Hi <b>{{.Username}}</b>, this is your registration confirmation email for {{AppName}}!</p>
10
10
<p>You can now login via username: {{.Username}}.</p>
11
11
<p><a href="{{AppUrl}}user/login">{{AppUrl}}user/login</a></p>
12
- <p>© 2016 <a target="_blank" rel="noopener" href="{{AppUrl}}">{{AppName}}</a></p>
12
+ <p>© <a target="_blank" rel="noopener" href="{{AppUrl}}">{{AppName}}</a></p>
13
13
</body>
14
14
</html>
Original file line number Diff line number Diff line change 10
10
<p>Please click the following link to verify your email address within <b>{{.ResetPwdCodeLives}} hours</b>:</p>
11
11
<p><a href="{{AppUrl}}user/reset_password?code={{.Code}}">{{AppUrl}}user/reset_password?code={{.Code}}</a></p>
12
12
<p>Not working? Try copying and pasting it to your browser.</p>
13
- <p>© 2016 <a target="_blank" rel="noopener" href="{{AppUrl}}">{{AppName}}</a></p>
13
+ <p>© <a target="_blank" rel="noopener" href="{{AppUrl}}">{{AppName}}</a></p>
14
14
</body>
15
15
</html>
You can’t perform that action at this time.
0 commit comments