File tree Expand file tree Collapse file tree 10 files changed +40
-31
lines changed Expand file tree Collapse file tree 10 files changed +40
-31
lines changed Original file line number Diff line number Diff line change 10
10
<p>{{.locale.Tr "mail.link_not_working_do_paste"}}</p>
11
11
<p>{{.locale.Tr "mail.team_invite.text_3" .Invite.Email}}</p>
12
12
13
- {{template "footer_gitea"}}
13
+ <p>© <a href="{{AppUrl}}">{{AppName}}</a></p>
14
14
</body>
15
15
</html>
Original file line number Diff line number Diff line change 7
7
8
8
<body>
9
9
<p>{{.locale.Tr "mail.repo.collaborator.added.text"}} <code>{{.RepoName}}</code></p>
10
- {{template "footer_view_on_gitea" (dict
11
- "locale" .locale
12
- "Link" .Link
13
- "AppName" (print AppName)
14
- )}}
10
+ <div style="font-size:small; color:#666;">
11
+ <p>
12
+ ---
13
+ <br>
14
+ <a href="{{.Link}}">{{.locale.Tr "mail.view_it_on" AppName}}</a>.
15
+ </p>
16
+ </div>
15
17
</body>
16
18
</html>
Original file line number Diff line number Diff line change 15
15
{{.locale.Tr "mail.issue_assigned.issue" .Doer.Name $link $repo_url}}
16
16
{{end}}
17
17
</p>
18
- {{template "footer_view_on_gitea" (dict
19
- "locale" .locale
20
- "Link" .Link
21
- "AppName" (print AppName)
22
- )}}
18
+ <div style="font-size:small; color:#666;">
19
+ <p>
20
+ ---
21
+ <br>
22
+ <a href="{{.Link}}">{{.locale.Tr "mail.view_it_on" AppName}}</a>.
23
+ </p>
24
+ </div>
23
25
</body>
24
26
</html>
Original file line number Diff line number Diff line change 75
75
</ul>
76
76
{{end}}
77
77
</p>
78
- {{template "footer_view_on_gitea" (dict
79
- "locale" .locale
80
- "Link" .Link
81
- "AppName" (print AppName)
82
- "CanReply" .CanReply
83
- )}}
78
+ <div style="font-size:small; color:#666;">
79
+ <p>
80
+ ---
81
+ <br>
82
+ <a href="{{.Link}}">{{.locale.Tr "mail.view_it_on" AppName}}</a>{{if .CanReply}} {{.locale.Tr "mail.reply"}}{{end}}.
83
+ </p>
84
+ </div>
84
85
</body>
85
86
</html>
Original file line number Diff line number Diff line change 49
49
{{end}}
50
50
</ul>
51
51
</p>
52
- {{template "footer_view_on_gitea" (dict
53
- "locale" .locale
54
- "Link" .Link
55
- "AppName" (print AppName)
56
- )}}
52
+ <div style="font-size:small; color:#666;">
53
+ <p>
54
+ ---
55
+ <br>
56
+ <a href="{{.Link}}">{{.locale.Tr "mail.view_it_on" AppName}}</a>.
57
+ </p>
58
+ </div>
57
59
</body>
58
60
</html>
Original file line number Diff line number Diff line change 10
10
<p>{{.Subject}}.
11
11
{{.locale.Tr "mail.repo.transfer.body" $url}}
12
12
</p>
13
- {{template "footer_view_on_gitea" (dict
14
- "locale" .locale
15
- "Link" .Link
16
- "AppName" (print AppName)
17
- )}}
13
+ <div style="font-size:small; color:#666;">
14
+ <p>
15
+ ---
16
+ <br>
17
+ <a href="{{.Link}}">{{.locale.Tr "mail.view_it_on" AppName}}</a>.
18
+ </p>
19
+ </div>
18
20
</body>
19
21
</html>
Original file line number Diff line number Diff line change 12
12
<p>{{.locale.Tr "mail.activate_account.text_2" .ActiveCodeLives}}</p><p><a href="{{$activate_url}}">{{$activate_url}}</a></p><br>
13
13
<p>{{.locale.Tr "mail.link_not_working_do_paste"}}</p>
14
14
15
- {{template "footer_gitea"}}
15
+ <p>© <a href="{{AppUrl}}">{{AppName}}</a></p>
16
16
</body>
17
17
</html>
Original file line number Diff line number Diff line change 12
12
<p>{{.locale.Tr "mail.activate_email.text" .ActiveCodeLives}}</p><p><a href="{{$activate_url}}">{{$activate_url}}</a></p><br>
13
13
<p>{{.locale.Tr "mail.link_not_working_do_paste"}}</p>
14
14
15
- {{template "footer_gitea"}}
15
+ <p>© <a href="{{AppUrl}}">{{AppName}}</a></p>
16
16
</body>
17
17
</html>
Original file line number Diff line number Diff line change 13
13
<p>{{.locale.Tr "mail.register_notify.text_2" .Username}}</p><p><a href="{{AppUrl}}user/login">{{AppUrl}}user/login</a></p><br>
14
14
<p>{{.locale.Tr "mail.register_notify.text_3" $set_pwd_url}}</p><br>
15
15
16
- {{template "footer_gitea"}}
16
+ <p>© <a href="{{AppUrl}}">{{AppName}}</a></p>
17
17
</body>
18
18
</html>
Original file line number Diff line number Diff line change 12
12
<p>{{.locale.Tr "mail.reset_password.text" .ResetPwdCodeLives}}</p><p><a href="{{$recover_url}}">{{$recover_url}}</a></p><br>
13
13
<p>{{.locale.Tr "mail.link_not_working_do_paste"}}</p>
14
14
15
- {{template "footer_gitea"}}
15
+ <p>© <a href="{{AppUrl}}">{{AppName}}</a></p>
16
16
</body>
17
17
</html>
You can’t perform that action at this time.
0 commit comments