You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/repo/branch/list.tmpl
+4-4
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@
73
73
</div>
74
74
{{end}}
75
75
</td>
76
-
<td class="two wide right aligned">
76
+
<td class="three wide right aligned">
77
77
{{if not .LatestPullRequest}}
78
78
{{if .IsIncluded}}
79
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">
@@ -93,11 +93,11 @@
93
93
{{else}}
94
94
<a href="{{.LatestPullRequest.Issue.HTMLURL}}">{{if not .LatestPullRequest.IsSameRepo}}{{.LatestPullRequest.BaseRepo.FullName}}{{end}}#{{.LatestPullRequest.Issue.Index}}</a>
95
95
{{if .LatestPullRequest.HasMerged}}
96
-
<a href="{{.LatestPullRequest.Issue.HTMLURL}}" class="ui purple small label"><i class="octicon octicon-git-pull-request"></i> {{$.i18n.Tr "repo.pulls.merged"}}</a>
96
+
<a href="{{.LatestPullRequest.Issue.HTMLURL}}" class="ui purple mini label"><i class="octicon octicon-git-pull-request"></i> {{$.i18n.Tr "repo.pulls.merged"}}</a>
97
97
{{else if .LatestPullRequest.Issue.IsClosed}}
98
-
<a href="{{.LatestPullRequest.Issue.HTMLURL}}" class="ui red small label"><i class="octicon octicon-issue-closed"></i> {{$.i18n.Tr "repo.issues.closed_title"}}</a>
98
+
<a href="{{.LatestPullRequest.Issue.HTMLURL}}" class="ui red mini label"><i class="octicon octicon-issue-closed"></i> {{$.i18n.Tr "repo.issues.closed_title"}}</a>
99
99
{{else}}
100
-
<a href="{{.LatestPullRequest.Issue.HTMLURL}}" class="ui green small label"><i class="octicon octicon-issue-opened"></i> {{$.i18n.Tr "repo.issues.open_title"}}</a>
100
+
<a href="{{.LatestPullRequest.Issue.HTMLURL}}" class="ui green mini label"><i class="octicon octicon-issue-opened"></i> {{$.i18n.Tr "repo.issues.open_title"}}</a>
0 commit comments