mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-28 23:09:24 +00:00
MOVE
This commit is contained in:
parent
061d81788d
commit
9993fc69e9
13
templates/mail/org/team_invite.devtest.yml
Normal file
13
templates/mail/org/team_invite.devtest.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
Inviter:
|
||||||
|
DisplayName: Inviter Display Name
|
||||||
|
|
||||||
|
Team:
|
||||||
|
Name: Team name
|
||||||
|
|
||||||
|
Organization:
|
||||||
|
DisplayName: Organization Display Name
|
||||||
|
|
||||||
|
InviteURL: http://localhost/org/team/invite
|
||||||
|
|
||||||
|
Invite:
|
||||||
|
Email: invited@example.com
|
@ -1,10 +1,10 @@
|
|||||||
RunStatusText: run status text ....
|
RunStatusText: Jobs status aggregation
|
||||||
|
|
||||||
Repo:
|
Repo:
|
||||||
FullName: RepoName
|
FullName: Repo/Name
|
||||||
|
|
||||||
Run:
|
Run:
|
||||||
WorkflowID: WorkflowID
|
WorkflowID: workflow.yml
|
||||||
HTMLURL: http://localhost/run/1
|
HTMLURL: http://localhost/run/1
|
||||||
|
|
||||||
Jobs:
|
Jobs:
|
||||||
@ -13,6 +13,6 @@ Jobs:
|
|||||||
Attempt: 1
|
Attempt: 1
|
||||||
HTMLURL: http://localhost/job/1
|
HTMLURL: http://localhost/job/1
|
||||||
- Name: Job-Name-2
|
- Name: Job-Name-2
|
||||||
Status: failed
|
Status: failure
|
||||||
Attempt: 2
|
Attempt: 2
|
||||||
HTMLURL: http://localhost/job/2
|
HTMLURL: http://localhost/job/2
|
||||||
|
3
templates/mail/repo/collaborator.devtest.yml
Normal file
3
templates/mail/repo/collaborator.devtest.yml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
Subject: Collaborator added
|
||||||
|
Link: http://localhost
|
||||||
|
RepoName: Repo/Name
|
@ -1,16 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
|
||||||
.footer { font-size:small; color:#666;}
|
|
||||||
</style>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<title>{{.Subject}}</title>
|
<title>{{.Subject}}</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p>{{.locale.Tr "mail.repo.collaborator.added.text"}} <code>{{.RepoName}}</code></p>
|
<p>{{.locale.Tr "mail.repo.collaborator.added.text"}} <code>{{.RepoName}}</code></p>
|
||||||
<div class="footer">
|
<div style="font-size:small; color:#666;">
|
||||||
<p>
|
<p>
|
||||||
---
|
---
|
||||||
<br>
|
<br>
|
||||||
|
11
templates/mail/repo/issue/assigned.devtest.yml
Normal file
11
templates/mail/repo/issue/assigned.devtest.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
Subject: Issue assigned
|
||||||
|
Link: http://localhost
|
||||||
|
|
||||||
|
Issue:
|
||||||
|
Index: 1
|
||||||
|
Repo:
|
||||||
|
FullName: Repo/Name
|
||||||
|
HTMLURL: http://localhost/issue
|
||||||
|
|
||||||
|
Doer:
|
||||||
|
Name: DoerName
|
@ -1,9 +1,6 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
|
||||||
.footer { font-size:small; color:#666;}
|
|
||||||
</style>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<title>{{.Subject}}</title>
|
<title>{{.Subject}}</title>
|
||||||
</head>
|
</head>
|
||||||
@ -18,7 +15,7 @@
|
|||||||
{{.locale.Tr "mail.issue_assigned.issue" .Doer.Name $link $repo_url}}
|
{{.locale.Tr "mail.issue_assigned.issue" .Doer.Name $link $repo_url}}
|
||||||
{{end}}
|
{{end}}
|
||||||
</p>
|
</p>
|
||||||
<div class="footer">
|
<div style="font-size:small; color:#666;">
|
||||||
<p>
|
<p>
|
||||||
---
|
---
|
||||||
<br>
|
<br>
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
blockquote { padding-left: 1em; margin: 1em 0; border-left: 1px solid grey; color: #777}
|
blockquote { padding-left: 1em; margin: 1em 0; border-left: 1px solid grey; color: #777}
|
||||||
.footer { font-size:small; color:#666;}
|
|
||||||
{{if .ReviewComments}}
|
{{if .ReviewComments}}
|
||||||
.review { padding-left: 1em; margin: 1em 0; }
|
.review { padding-left: 1em; margin: 1em 0; }
|
||||||
.review > pre { padding: 1em; border-left: 1px solid grey; }
|
.review > pre { padding: 1em; border-left: 1px solid grey; }
|
||||||
@ -80,12 +79,12 @@
|
|||||||
</ul>
|
</ul>
|
||||||
{{end}}
|
{{end}}
|
||||||
</p>
|
</p>
|
||||||
<div class="footer">
|
<div style="font-size:small; color:#666;">
|
||||||
<p>
|
<p>
|
||||||
---
|
---
|
||||||
<br>
|
<br>
|
||||||
<a href="{{.Link}}">{{.locale.Tr "mail.view_it_on" AppName}}</a>{{if .CanReply}} {{.locale.Tr "mail.reply"}}{{end}}.
|
<a href="{{.Link}}">{{.locale.Tr "mail.view_it_on" AppName}}</a>{{if .CanReply}} {{.locale.Tr "mail.reply"}}{{end}}.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
blockquote { padding-left: 1em; margin: 1em 0; border-left: 1px solid grey; color: #777}
|
blockquote { padding-left: 1em; margin: 1em 0; border-left: 1px solid grey; color: #777}
|
||||||
.footer { font-size:small; color:#666;}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@ -50,12 +49,12 @@
|
|||||||
{{end}}
|
{{end}}
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
<div class="footer">
|
<div style="font-size:small; color:#666;">
|
||||||
<p>
|
<p>
|
||||||
---
|
---
|
||||||
<br>
|
<br>
|
||||||
<a href="{{.Link}}">{{.locale.Tr "mail.view_it_on" AppName}}</a>.
|
<a href="{{.Link}}">{{.locale.Tr "mail.view_it_on" AppName}}</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
3
templates/mail/repo/transfer.devtest.yml
Normal file
3
templates/mail/repo/transfer.devtest.yml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
Subject: Repository transfer
|
||||||
|
Link: http://localhost
|
||||||
|
Repo: Repo/Name
|
@ -10,10 +10,12 @@
|
|||||||
<p>{{.Subject}}.
|
<p>{{.Subject}}.
|
||||||
{{.locale.Tr "mail.repo.transfer.body" $url}}
|
{{.locale.Tr "mail.repo.transfer.body" $url}}
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<div style="font-size:small; color:#666;">
|
||||||
---
|
<p>
|
||||||
<br>
|
---
|
||||||
<a href="{{.Link}}">{{.locale.Tr "mail.view_it_on" AppName}}</a>.
|
<br>
|
||||||
</p>
|
<a href="{{.Link}}">{{.locale.Tr "mail.view_it_on" AppName}}</a>.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
DisplayName: User Display Name
|
DisplayName: User Display Name
|
||||||
Code: The-Activation-Code
|
Code: The-Activation-Code
|
||||||
|
Email: admin@example.com
|
||||||
ActiveCodeLives: 24h
|
ActiveCodeLives: 24h
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
DisplayName: User Display Name
|
DisplayName: User Display Name
|
||||||
Code: The-Activation-Code
|
Code: The-Reset-Token
|
||||||
ResetPwdCodeLives: 24h
|
ResetPwdCodeLives: 24h
|
||||||
|
Loading…
Reference in New Issue
Block a user