File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2828 {{- end -}}
2929 </a>
3030 </span>
31- <span class="message gt-dib gt-ellipsis gt-mr-2 ">
31+ <span class="message gt-dib gt-ellipsis gt-mr-3 ">
3232 <span>{{RenderCommitMessage $.Context $commit.Subject $.RepoLink $.Repository.ComposeMetas}}</span>
3333 </span>
34- <span class="tags gt-df gt-ac">
34+ <span class="tags gt-df gt-ac gt-mr-2 ">
3535 {{range $commit.Refs}}
3636 {{$refGroup := .RefGroup}}
3737 {{if eq $refGroup "pull"}}
5454 {{svg "octicon-git-branch" 16 "gt-mr-2"}}{{.ShortName}}
5555 </a>
5656 {{else}}
57- <!-- Unknown ref type {{ .Name}} -->
57+ <!-- Unknown ref type .Name -->
5858 {{end}}
5959 {{end}}
6060 </span>
61- <span class="author gt-df gt-ac gt-mr-2 ">
61+ <span class="author gt-df gt-ac gt-mr-3 ">
6262 {{$userName := $commit.Commit.Author.Name}}
6363 {{if $commit.User}}
6464 {{if $commit.User.FullName}}
6565 {{$userName = $commit.User.FullName}}
6666 {{end}}
67- {{avatar $.Context $commit.User}}
67+ <span class="gt-mr-2"> {{avatar $.Context $commit.User}}</span>
6868 <a href="{{$commit.User.HomeLink}}">{{$userName}}</a>
6969 {{else}}
70- {{avatarByEmail $.Context $commit.Commit.Author.Email $userName}}
70+ <span class="gt-mr-2"> {{avatarByEmail $.Context $commit.Commit.Author.Email $userName}}</span>
7171 {{$userName}}
7272 {{end}}
7373 </span>
Original file line number Diff line number Diff line change 1414 {{- else if eq $glyph.Glyph '_' -}}
1515 M {{Add (Mul $glyph.Column 5) 0}} {{Add (Mul $glyph.Row 12) 12}} h 10 {{/* */ -}}
1616 {{- 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>
1818 {{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>
2020 {{end}}
2121 </g>
2222 {{end}}
You can’t perform that action at this time.
0 commit comments