diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-28 01:44:09 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-28 01:44:09 -0400 |
commit | e3b78c47e24c9ef175f355a5868bb6191946cf4e (patch) | |
tree | fe793035e3052b8967984de3ea092c943466ddb7 /templates/repo/home.tmpl | |
parent | 49193bebd283322bb997b7aed09fc7818a881af9 (diff) | |
parent | 7d48f811f16d3565f161a44e4e98c451cf6c857e (diff) | |
download | gitea-e3b78c47e24c9ef175f355a5868bb6191946cf4e.tar.gz gitea-e3b78c47e24c9ef175f355a5868bb6191946cf4e.zip |
Merge branch 'master' of github.com:gogits/gogs
Conflicts:
public/ng/less/gogs/repository.less
templates/repo/home.tmpl
Diffstat (limited to 'templates/repo/home.tmpl')
-rw-r--r-- | templates/repo/home.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl index aa303aaac4..5914d630cd 100644 --- a/templates/repo/home.tmpl +++ b/templates/repo/home.tmpl @@ -3,7 +3,7 @@ <div id="repo-wrapper"> {{template "repo/header" .}} <div id="repo-content" class="clear container"> - <div id="repo-main" class="left grid-4-5"> + <div id="repo-main" class="left grid-5-6"> <p id="repo-desc"> {{if .Repository.DescriptionHtml}}<span class="description">{{.Repository.DescriptionHtml}}</span>{{else}}<span class="no-desc">{{.i18n.Tr "repo.no_desc"}}</span>{{end}} <a class="link" href="{{.Repository.Website}}">{{.Repository.Website}}</a> |