Skip to content

Commit 9993fc6

Browse files
committed
MOVE
1 parent 061d817 commit 9993fc6

12 files changed

+57
-32
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Inviter:
2+
DisplayName: Inviter Display Name
3+
4+
Team:
5+
Name: Team name
6+
7+
Organization:
8+
DisplayName: Organization Display Name
9+
10+
InviteURL: http://localhost/org/team/invite
11+
12+
Invite:
13+
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
RunStatusText: run status text ....
1+
RunStatusText: Jobs status aggregation
22

33
Repo:
4-
FullName: RepoName
4+
FullName: Repo/Name
55

66
Run:
7-
WorkflowID: WorkflowID
7+
WorkflowID: workflow.yml
88
HTMLURL: http://localhost/run/1
99

1010
Jobs:
@@ -13,6 +13,6 @@ Jobs:
1313
Attempt: 1
1414
HTMLURL: http://localhost/job/1
1515
- Name: Job-Name-2
16-
Status: failed
16+
Status: failure
1717
Attempt: 2
1818
HTMLURL: http://localhost/job/2
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Subject: Collaborator added
2+
Link: http://localhost
3+
RepoName: Repo/Name

templates/mail/repo/collaborator.tmpl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<style>
5-
.footer { font-size:small; color:#666;}
6-
</style>
74
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
85
<title>{{.Subject}}</title>
96
</head>
107

118
<body>
129
<p>{{.locale.Tr "mail.repo.collaborator.added.text"}} <code>{{.RepoName}}</code></p>
13-
<div class="footer">
10+
<div style="font-size:small; color:#666;">
1411
<p>
1512
---
1613
<br>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Subject: Issue assigned
2+
Link: http://localhost
3+
4+
Issue:
5+
Index: 1
6+
Repo:
7+
FullName: Repo/Name
8+
HTMLURL: http://localhost/issue
9+
10+
Doer:
11+
Name: DoerName

templates/mail/repo/issue/assigned.tmpl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<style>
5-
.footer { font-size:small; color:#666;}
6-
</style>
74
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
85
<title>{{.Subject}}</title>
96
</head>
@@ -18,7 +15,7 @@
1815
{{.locale.Tr "mail.issue_assigned.issue" .Doer.Name $link $repo_url}}
1916
{{end}}
2017
</p>
21-
<div class="footer">
18+
<div style="font-size:small; color:#666;">
2219
<p>
2320
---
2421
<br>

templates/mail/repo/issue/default.tmpl

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
<style>
88
blockquote { padding-left: 1em; margin: 1em 0; border-left: 1px solid grey; color: #777}
9-
.footer { font-size:small; color:#666;}
109
{{if .ReviewComments}}
1110
.review { padding-left: 1em; margin: 1em 0; }
1211
.review > pre { padding: 1em; border-left: 1px solid grey; }
@@ -80,12 +79,12 @@
8079
</ul>
8180
{{end}}
8281
</p>
83-
<div class="footer">
84-
<p>
85-
---
86-
<br>
87-
<a href="{{.Link}}">{{.locale.Tr "mail.view_it_on" AppName}}</a>{{if .CanReply}} {{.locale.Tr "mail.reply"}}{{end}}.
88-
</p>
82+
<div style="font-size:small; color:#666;">
83+
<p>
84+
---
85+
<br>
86+
<a href="{{.Link}}">{{.locale.Tr "mail.view_it_on" AppName}}</a>{{if .CanReply}} {{.locale.Tr "mail.reply"}}{{end}}.
87+
</p>
8988
</div>
9089
</body>
9190
</html>

templates/mail/repo/release.tmpl

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
<style>
88
blockquote { padding-left: 1em; margin: 1em 0; border-left: 1px solid grey; color: #777}
9-
.footer { font-size:small; color:#666;}
109
</style>
1110

1211
</head>
@@ -50,12 +49,12 @@
5049
{{end}}
5150
</ul>
5251
</p>
53-
<div class="footer">
54-
<p>
55-
---
56-
<br>
57-
<a href="{{.Link}}">{{.locale.Tr "mail.view_it_on" AppName}}</a>.
58-
</p>
52+
<div style="font-size:small; color:#666;">
53+
<p>
54+
---
55+
<br>
56+
<a href="{{.Link}}">{{.locale.Tr "mail.view_it_on" AppName}}</a>.
57+
</p>
5958
</div>
6059
</body>
6160
</html>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Subject: Repository transfer
2+
Link: http://localhost
3+
Repo: Repo/Name

templates/mail/repo/transfer.tmpl

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@
1010
<p>{{.Subject}}.
1111
{{.locale.Tr "mail.repo.transfer.body" $url}}
1212
</p>
13-
<p>
14-
---
15-
<br>
16-
<a href="{{.Link}}">{{.locale.Tr "mail.view_it_on" AppName}}</a>.
17-
</p>
13+
<div style="font-size:small; color:#666;">
14+
<p>
15+
---
16+
<br>
17+
<a href="{{.Link}}">{{.locale.Tr "mail.view_it_on" AppName}}</a>.
18+
</p>
19+
</div>
1820
</body>
1921
</html>

0 commit comments

Comments
 (0)