Skip to content

Commit ac18c3f

Browse files
Fixes (#10386)
Signed-off-by: jolheiser <[email protected]> Co-authored-by: techknowlogick <[email protected]>
1 parent 4efc365 commit ac18c3f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

templates/explore/repo_list.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
{{if .PrimaryLanguage }}
2525
<span class="text grey"><i class="color-icon" style="background-color: {{.PrimaryLanguage.Color}}"></i>{{ .PrimaryLanguage.Language }}</span>
2626
{{end}}
27-
<span class="text grey">{{svg "octicon-repo" 16}} {{.NumStars}}</span>
27+
<span class="text grey">{{svg "octicon-star" 16}} {{.NumStars}}</span>
2828
<span class="text grey">{{svg "octicon-git-branch" 16}} {{.NumForks}}</span>
2929
</div>
3030
</div>

templates/org/home.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<div class="ui eleven wide column">
2525
{{if .CanCreateOrgRepo}}
2626
<div class="text right">
27-
<a class="ui green button" href="{{AppSubUrl}}/repo/create?org={{.Org.ID}}">{{svg "octicon-repo-create" 16}} {{.i18n.Tr "new_repo"}}</a>
27+
<a class="ui green button" href="{{AppSubUrl}}/repo/create?org={{.Org.ID}}">{{.i18n.Tr "new_repo"}}</a>
2828
</div>
2929
<div class="ui divider"></div>
3030
{{end}}

web_src/less/_repository.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@
11441144

11451145
.choose.branch {
11461146
.svg {
1147-
padding-right: 10px;
1147+
margin-right: 10px;
11481148
}
11491149
}
11501150

0 commit comments

Comments
 (0)