File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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="seven wide column">
5
+ <div class="nine 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>
14
14
</div>
15
15
</div>
16
16
17
- <div class="ui nine wide right aligned column">
17
+ <div class="ui seven wide right aligned column">
18
18
<div class="ui compact labeled button" tabindex="0">
19
19
<a class="ui compact button" href="{{$.RepoLink}}/action/{{if $.IsWatchingRepo}}un{{end}}watch?redirect_to={{$.Link}}">
20
20
<i class="icon fa-eye{{if not $.IsWatchingRepo}}-slash{{end}}"></i>{{if $.IsWatchingRepo}}{{$.i18n.Tr "repo.unwatch"}}{{else}}{{$.i18n.Tr "repo.watch"}}{{end}}
Original file line number Diff line number Diff line change 4
4
<img class="ui avatar image" src="{{.GetActAvatar}}" alt="">
5
5
</div>
6
6
<div class="ui grid">
7
- <div class="ui thirteen wide column">
7
+ <div class="ui fourteen wide column">
8
8
<div class="{{if or (eq .GetOpType 5) (eq .GetOpType 18)}}push news{{end}}">
9
9
<p>
10
10
<a href="{{AppSubUrl}}/{{.GetActUserName}}" title="{{.GetActFullName}}">{{.ShortActUserName}}</a>
87
87
<p class="text italic light grey">{{TimeSince .GetCreate $.i18n.Lang}}</p>
88
88
</div>
89
89
</div>
90
- <div class="ui three wide right aligned column">
90
+ <div class="ui two wide right aligned column">
91
91
<i class="text grey mega-octicon octicon-{{ActionIcon .GetOpType}}"></i>
92
92
</div>
93
93
</div>
You can’t perform that action at this time.
0 commit comments