Skip to content

Commit d40f273

Browse files
committed
FATASS
1 parent 4d7ec78 commit d40f273

File tree

5 files changed

+35
-5
lines changed

5 files changed

+35
-5
lines changed

templates/mail/repo/collaborator.tmpl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77

88
<body>
99
<p>{{.locale.Tr "mail.repo.collaborator.added.text"}} <code>{{.RepoName}}</code></p>
10-
{{template "footer_view_on_gitea" .}}
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>
1117
</body>
1218
</html>

templates/mail/repo/issue/assigned.tmpl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
{{.locale.Tr "mail.issue_assigned.issue" .Doer.Name $link $repo_url}}
1616
{{end}}
1717
</p>
18-
{{template "footer_view_on_gitea" .}}
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>
1925
</body>
2026
</html>

templates/mail/repo/issue/default.tmpl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@
7575
</ul>
7676
{{end}}
7777
</p>
78-
{{template "footer_view_on_gitea" .}}
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}}&nbsp;{{.locale.Tr "mail.reply"}}{{end}}.
83+
</p>
84+
</div>
7985
</body>
8086
</html>

templates/mail/repo/release.tmpl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@
4949
{{end}}
5050
</ul>
5151
</p>
52-
{{template "footer_view_on_gitea" .}}
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>
5359
</body>
5460
</html>

templates/mail/repo/transfer.tmpl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
<p>{{.Subject}}.
1111
{{.locale.Tr "mail.repo.transfer.body" $url}}
1212
</p>
13-
{{template "footer_view_on_gitea" .}}
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>
1420
</body>
1521
</html>

0 commit comments

Comments
 (0)