File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 28
28
{{- end -}}
29
29
</a>
30
30
</span>
31
- <span class="message gt-dib gt-ellipsis gt-mr-2 ">
31
+ <span class="message gt-dib gt-ellipsis gt-mr-3 ">
32
32
<span>{{RenderCommitMessage $.Context $commit.Subject $.RepoLink $.Repository.ComposeMetas}}</span>
33
33
</span>
34
- <span class="tags gt-df gt-ac">
34
+ <span class="tags gt-df gt-ac gt-mr-2 ">
35
35
{{range $commit.Refs}}
36
36
{{$refGroup := .RefGroup}}
37
37
{{if eq $refGroup "pull"}}
54
54
{{svg "octicon-git-branch" 16 "gt-mr-2"}}{{.ShortName}}
55
55
</a>
56
56
{{else}}
57
- <!-- Unknown ref type {{ .Name}} -->
57
+ <!-- Unknown ref type .Name -->
58
58
{{end}}
59
59
{{end}}
60
60
</span>
61
- <span class="author gt-df gt-ac gt-mr-2 ">
61
+ <span class="author gt-df gt-ac gt-mr-3 ">
62
62
{{$userName := $commit.Commit.Author.Name}}
63
63
{{if $commit.User}}
64
64
{{if $commit.User.FullName}}
65
65
{{$userName = $commit.User.FullName}}
66
66
{{end}}
67
- {{avatar $.Context $commit.User}}
67
+ <span class="gt-mr-2"> {{avatar $.Context $commit.User}}</span>
68
68
<a href="{{$commit.User.HomeLink}}">{{$userName}}</a>
69
69
{{else}}
70
- {{avatarByEmail $.Context $commit.Commit.Author.Email $userName}}
70
+ <span class="gt-mr-2"> {{avatarByEmail $.Context $commit.Commit.Author.Email $userName}}</span>
71
71
{{$userName}}
72
72
{{end}}
73
73
</span>
Original file line number Diff line number Diff line change 14
14
{{- else if eq $glyph.Glyph '_' -}}
15
15
M {{Add (Mul $glyph.Column 5) 0}} {{Add (Mul $glyph.Row 12) 12}} h 10 {{/* */ -}}
16
16
{{- end -}}
17
- {{- end}}" stroke-width="1" fill="none" id="flow-{{$flow.ID}}-path" stroke-linecap="round">
17
+ {{- end}}" stroke-width="1" fill="none" id="flow-{{$flow.ID}}-path" stroke-linecap="round"></path>
18
18
{{range $flow.Commits}}
19
- <circle class="flow-commit" cx="{{Add (Mul .Column 5) 5}}" cy="{{Add (Mul .Row 12) 6}}" r="2.5" stroke="none" id="flow-commit-{{.Rev}}" data-rev="{{.Rev}}">
19
+ <circle class="flow-commit" cx="{{Add (Mul .Column 5) 5}}" cy="{{Add (Mul .Row 12) 6}}" r="2.5" stroke="none" id="flow-commit-{{.Rev}}" data-rev="{{.Rev}}"></circle>
20
20
{{end}}
21
21
</g>
22
22
{{end}}
You can’t perform that action at this time.
0 commit comments