We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52adc35 commit 3a8f548Copy full SHA for 3a8f548
templates/mail/footer_gitea.tmpl
@@ -1 +1,6 @@
1
+<!DOCTYPE html>
2
+<html>
3
+<body>
4
<p>© <a href="{{AppUrl}}">{{AppName}}</a></p>
5
+</body>
6
+</html>
templates/mail/footer_view_on_gitea.tmpl
@@ -1,7 +1,12 @@
<div style="font-size:small; color:#666;">
<p>
---
7
<br>
8
<a href="{{.Link}}">{{.locale.Tr "mail.view_it_on" AppName}}</a>{{if .CanReply}} {{.locale.Tr "mail.reply"}}{{end}}.
9
</p>
10
</div>
11
12
0 commit comments