File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
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>
You can’t perform that action at this time.
0 commit comments