Browse Source

Fixed project name on repo template mail

tags/v1.0.0
Avelino 7 years ago
parent
commit
7e09f80ee3

+ 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