Skip to content

Commit 9caee71

Browse files
authored
Fix repo header buttons (go-gitea#264)
1 parent e6a16ef commit 9caee71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/repo/header.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{{with .Repository}}
33
<div class="ui container">
44
<div class="ui stackable grid header-grid">
5-
<div class="eight wide column">
5+
<div class="six wide column">
66
<div class="ui huge breadcrumb">
77
<i class="mega-octicon octicon-{{if .IsPrivate}}lock{{else if .IsMirror}}repo-clone{{else if .IsFork}}repo-forked{{else}}repo{{end}}"></i>
88
<a href="{{AppSubUrl}}/{{.Owner.Name}}">{{.Owner.Name}}</a>
@@ -13,7 +13,7 @@
1313
</div>
1414
</div>
1515

16-
<div class="ui eight wide right aligned column">
16+
<div class="ui ten wide right aligned column">
1717
<div class="ui compact labeled button" id="see-on-door43-button" tabindex="0">
1818
<a class="ui compact button" target="_blank" href="https://door43.org/u/{{.Owner.Name}}/{{.Name}}/">
1919
<!-- empty icon ensures that this button is same size as Watch/Star/Fork buttons -->

0 commit comments

Comments
 (0)