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 6f1fe2b commit 00705e6Copy full SHA for 00705e6
templates/mail/footer_gitea.tmpl
@@ -1,6 +1 @@
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,12 +1,7 @@
<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