Browse Source

Fixed project name on repo template mail

for-closed-social
Avelino 7 years ago
committed by Kim "BKC" Carlbäcker
parent
commit
7e09f80ee3
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      templates/mail/issue/comment.tmpl
  2. +1
    -1
      templates/mail/issue/mention.tmpl
  3. +1
    -1
      templates/mail/notify/collaborator.tmpl

+ 1
- 1
templates/mail/issue/comment.tmpl View File

@ -10,7 +10,7 @@
<p>
---
<br>
<a href="{{.Link}}">View it on Gogs</a>.
<a href="{{.Link}}">View it on Gitea</a>.
</p>
</body>
</html>

+ 1
- 1
templates/mail/issue/mention.tmpl View File

@ -11,7 +11,7 @@
<p>
---
<br>
<a href="{{.Link}}">View it on Gogs</a>.
<a href="{{.Link}}">View it on Gitea</a>.
</p>
</body>
</html>

+ 1
- 1
templates/mail/notify/collaborator.tmpl View File

@ -10,7 +10,7 @@
<p>
---
<br>
<a href="{{.Link}}">View it on Gogs</a>.
<a href="{{.Link}}">View it on Gitea</a>.
</p>
</body>
</html>

Loading…
Cancel
Save