<ahref="{{$.CommitRepoLink}}/commit/{{.BeforeCommitID}}"class="ui green sha label">{{ifnot.BaseIsCommit}}{{if.BaseIsBranch}}{{svg"octicon-git-branch"}}{{elseif.BaseIsTag}}{{svg"octicon-tag"}}{{end}}{{.BaseBranch}}{{else}}{{ShortSha.BaseBranch}}{{end}}</a>
...
<ahref="{{$.CommitRepoLink}}/commit/{{.AfterCommitID}}"class="ui green sha label">{{ifnot.HeadIsCommit}}{{if.HeadIsBranch}}{{svg"octicon-git-branch"}}{{elseif.HeadIsTag}}{{svg"octicon-tag"}}{{end}}{{.HeadBranch}}{{else}}{{ShortSha.HeadBranch}}{{end}}</a>