File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
{{with .Repository}}
3
3
<div class="ui container">
4
4
<div class="ui stackable grid header-grid">
5
- <div class="eight wide column">
5
+ <div class="seven wide column">
6
6
<div class="ui huge breadcrumb">
7
7
<i class="mega-octicon octicon-{{if .IsPrivate}}lock{{else if .IsMirror}}repo-clone{{else if .IsFork}}repo-forked{{else}}repo{{end}}"></i>
8
8
<a href="{{AppSubUrl}}/{{.Owner.Name}}">{{.Owner.Name}}</a>
13
13
</div>
14
14
</div>
15
15
16
- <div class="ui eight wide right aligned column">
16
+ <div class="ui nine wide right aligned column">
17
17
<div class="ui compact labeled button" tabindex="0">
18
18
<a class="ui compact button" href="{{$.RepoLink}}/action/{{if $.IsWatchingRepo}}un{{end}}watch?redirect_to={{$.Link}}">
19
19
<i class="icon fa-eye{{if not $.IsWatchingRepo}}-slash{{end}}"></i>{{if $.IsWatchingRepo}}{{$.i18n.Tr "repo.unwatch"}}{{else}}{{$.i18n.Tr "repo.watch"}}{{end}}
You can’t perform that action at this time.
0 commit comments