mirror of
https://github.com/go-gitea/gitea
synced 2024-11-04 21:29:12 +01:00
a4148c0f12
* make repo as "pending transfer" if on transfer start doer has no right to create repo in new destination * if new pending transfer ocured, create UI & Mail notifications
17 lines
332 B
Handlebars
17 lines
332 B
Handlebars
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>{{.Subject}}</title>
|
|
</head>
|
|
|
|
<body>
|
|
<p>{{.Subject}}.
|
|
To accept or reject it visit <a href="{{.Link}}">{{.Repo}}</a> or just ignore it.
|
|
<p>
|
|
---
|
|
<br>
|
|
<a href="{{.Link}}">View it on Gitea</a>.
|
|
</p>
|
|
</body>
|
|
</html>
|