File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
</div>
15
15
16
16
<div class="ui right">
17
- <div class="ui labeled button" tabindex="0">
18
- <a class="ui button" href="{{$.RepoLink}}/action/{{if $.IsWatchingRepo}}un{{end}}watch?redirect_to={{$.Link}}">
17
+ <div class="ui compact labeled button" tabindex="0">
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}}
20
20
</a>
21
21
<a class="ui basic label" href="{{.Link}}/watchers">
22
22
{{.NumWatches}}
23
23
</a>
24
24
</div>
25
- <div class="ui labeled button" tabindex="0">
26
- <a class="ui button" href="{{$.RepoLink}}/action/{{if $.IsStaringRepo}}un{{end}}star?redirect_to={{$.Link}}">
25
+ <div class="ui compact labeled button" tabindex="0">
26
+ <a class="ui compact button" href="{{$.RepoLink}}/action/{{if $.IsStaringRepo}}un{{end}}star?redirect_to={{$.Link}}">
27
27
<i class="icon fa-star{{if not $.IsStaringRepo}}-o{{end}}"></i>{{if $.IsStaringRepo}}{{$.i18n.Tr "repo.unstar"}}{{else}}{{$.i18n.Tr "repo.star"}}{{end}}
28
28
</a>
29
29
<a class="ui basic label" href="{{.Link}}/stars">
30
30
{{.NumStars}}
31
31
</a>
32
32
</div>
33
33
{{if .CanBeForked}}
34
- <div class="ui labeled button" tabindex="0">
35
- <a class="ui button" href="{{AppSubUrl}}/repo/fork/{{.ID}}">
34
+ <div class="ui compact labeled button" tabindex="0">
35
+ <a class="ui compact button" href="{{AppSubUrl}}/repo/fork/{{.ID}}">
36
36
<i class="octicon octicon-repo-forked"></i>{{$.i18n.Tr "repo.fork"}}
37
37
</a>
38
38
<a class="ui basic label" href="{{.Link}}/forks">
You can’t perform that action at this time.
0 commit comments