File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 76
76
<td class="three wide right aligned">
77
77
{{if not .LatestPullRequest}}
78
78
{{if .IsIncluded}}
79
- <a class="ui poping up orange small label" data-content="{{$.i18n.Tr "repo.branch.included_desc"}}" data-variation="tiny inverted" data-position="top right">
79
+ <a class="ui poping up orange large label" data-content="{{$.i18n.Tr "repo.branch.included_desc"}}" data-variation="tiny inverted" data-position="top right">
80
80
{{svg "octicon-git-pull-request"}} {{$.i18n.Tr "repo.branch.included"}}
81
81
</a>
82
82
{{else if and (not .IsDeleted) $.AllowsPulls (gt .CommitsAhead 0)}}
83
83
<a href="{{$.RepoLink}}/compare/{{$.DefaultBranch | EscapePound}}...{{if ne $.Repository.Owner.Name $.Owner.Name}}{{$.Owner.Name}}:{{end}}{{.Name | EscapePound}}">
84
- <button id="new-pull-request" class="ui compact basic button">{{if $.CanPull}}{{$.i18n.Tr "repo.pulls.compare_changes"}}{{else}}{{$.i18n.Tr "action.compare_branch"}}{{end}}</button>
84
+ <button id="new-pull-request" class="ui compact basic button mr-0 ">{{if $.CanPull}}{{$.i18n.Tr "repo.pulls.compare_changes"}}{{else}}{{$.i18n.Tr "action.compare_branch"}}{{end}}</button>
85
85
</a>
86
86
{{end}}
87
87
{{else if and .LatestPullRequest.HasMerged .MergeMovedOn}}
88
88
{{if and (not .IsDeleted) $.AllowsPulls (gt .CommitsAhead 0)}}
89
89
<a href="{{$.RepoLink}}/compare/{{$.DefaultBranch | EscapePound}}...{{if ne $.Repository.Owner.Name $.Owner.Name}}{{$.Owner.Name}}:{{end}}{{.Name | EscapePound}}">
90
- <button id="new-pull-request" class="ui compact basic button">{{if $.CanPull}}{{$.i18n.Tr "repo.pulls.compare_changes"}}{{else}}{{$.i18n.Tr "action.compare_branch"}}{{end}}</button>
90
+ <button id="new-pull-request" class="ui compact basic button mr-0 ">{{if $.CanPull}}{{$.i18n.Tr "repo.pulls.compare_changes"}}{{else}}{{$.i18n.Tr "action.compare_branch"}}{{end}}</button>
91
91
</a>
92
92
{{end}}
93
93
{{else}}
94
- <a href="{{.LatestPullRequest.Issue.HTMLURL}}" class="vm">{{if not .LatestPullRequest.IsSameRepo}}{{.LatestPullRequest.BaseRepo.FullName}}{{end}}#{{.LatestPullRequest.Issue.Index}}</a>
94
+ <a href="{{.LatestPullRequest.Issue.HTMLURL}}" class="vm ref-issue ">{{if not .LatestPullRequest.IsSameRepo}}{{.LatestPullRequest.BaseRepo.FullName}}{{end}}#{{.LatestPullRequest.Issue.Index}}</a>
95
95
{{if .LatestPullRequest.HasMerged}}
96
96
<a href="{{.LatestPullRequest.Issue.HTMLURL}}" class="ui text-label purple large label vm">{{svg "octicon-git-merge" 16 "mr-2"}}{{$.i18n.Tr "repo.pulls.merged"}}</a>
97
97
{{else if .LatestPullRequest.Issue.IsClosed}}
You can’t perform that action at this time.
0 commit comments