aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/header.tmpl
diff options
context:
space:
mode:
authorMorgan Bazalgette <git@howl.moe>2018-01-06 17:20:13 +0000
committerLauris BH <lauris@nix.lv>2018-01-06 19:20:13 +0200
commit8ef1711055afe4fff622a4f8477a14158346d8e6 (patch)
tree0cd2300f32c072c6b311071de04cf27249276887 /templates/repo/header.tmpl
parent2d319862369f1d6dd3b4f2031ef191d35559b567 (diff)
downloadgitea-8ef1711055afe4fff622a4f8477a14158346d8e6.tar.gz
gitea-8ef1711055afe4fff622a4f8477a14158346d8e6.zip
Make the space for repo actions wider on repo header (#3312)
Diffstat (limited to 'templates/repo/header.tmpl')
-rw-r--r--templates/repo/header.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/header.tmpl b/templates/repo/header.tmpl
index 0c187dcbd3..c83505ac96 100644
--- a/templates/repo/header.tmpl
+++ b/templates/repo/header.tmpl
@@ -2,7 +2,7 @@
{{with .Repository}}
<div class="ui container">
<div class="ui stackable grid header-grid">
- <div class="ten wide column">
+ <div class="eight wide column">
<div class="ui huge breadcrumb">
<i class="mega-octicon octicon-{{if .IsPrivate}}lock{{else if .IsMirror}}repo-clone{{else if .IsFork}}repo-forked{{else}}repo{{end}}"></i>
<a href="{{AppSubUrl}}/{{.Owner.Name}}">{{.Owner.Name}}</a>
@@ -13,7 +13,7 @@
</div>
</div>
- <div class="ui six wide right aligned column">
+ <div class="ui eight wide right aligned column">
<div class="ui compact labeled button" tabindex="0">
<a class="ui compact button" href="{{$.RepoLink}}/action/{{if $.IsWatchingRepo}}un{{end}}watch?redirect_to={{$.Link}}">
<i class="icon fa-eye{{if not $.IsWatchingRepo}}-slash{{end}}"></i>{{if $.IsWatchingRepo}}{{$.i18n.Tr "repo.unwatch"}}{{else}}{{$.i18n.Tr "repo.watch"}}{{end}}