aboutsummaryrefslogtreecommitdiffstats
path: root/templates/mail/notify/mention.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/mail/notify/mention.tmpl')
-rw-r--r--templates/mail/notify/mention.tmpl18
1 files changed, 9 insertions, 9 deletions
diff --git a/templates/mail/notify/mention.tmpl b/templates/mail/notify/mention.tmpl
index 6c6fba32c5..048a0c9c1c 100644
--- a/templates/mail/notify/mention.tmpl
+++ b/templates/mail/notify/mention.tmpl
@@ -1,17 +1,17 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{{.Subject}}</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>{{.Subject}}</title>
</head>
<body>
- <p>@{{.ActUserName}} mentioned you:</p>
- <p>{{.Content | Str2html}}</p>
- <p>
- ---
- <br>
- <a href="{{.AppUrl}}{{.IssueLink}}">View it on Gogs</a>.
- </p>
+ <p>@{{.ActUserName}} mentioned you:</p>
+ <p>{{.Content | Str2html}}</p>
+ <p>
+ ---
+ <br>
+ <a href="{{.AppUrl}}{{.IssueLink}}">View it on Gogs</a>.
+ </p>
</body>
</html>