mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-11 00:10:38 -05:00
15 lines
270 B
Handlebars
15 lines
270 B
Handlebars
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
{{template "mail/base/head" .Subject}}
|
|
</head>
|
|
|
|
{{$url := HTMLFormat "<a href='%[1]s'>%[2]s</a>" .Link .Repo}}
|
|
<body>
|
|
<p>{{.Subject}}.
|
|
{{.locale.Tr "mail.repo.transfer.body" $url}}
|
|
</p>
|
|
{{template "mail/base/footer"}}
|
|
</body>
|
|
</html>
|