diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-28 01:54:25 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-28 01:54:25 -0400 |
commit | 11af8658cf7c5973cd0d5a7910885eae2d1c9b71 (patch) | |
tree | 0c4e24647ee49619b6f5e65270432a3bba8dd5c8 /templates | |
parent | e6e6aaeacb80bf80e4741a8ab2a47b81d3b9c780 (diff) | |
download | gitea-11af8658cf7c5973cd0d5a7910885eae2d1c9b71.tar.gz gitea-11af8658cf7c5973cd0d5a7910885eae2d1c9b71.zip |
Simple fix
Diffstat (limited to 'templates')
-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 5914d630cd..e7d4c45dc7 100644 --- a/templates/repo/home.tmpl +++ b/templates/repo/home.tmpl @@ -5,7 +5,7 @@ <div id="repo-content" class="clear container"> <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}} + {{if .Repository.DescriptionHtml}}<span class="description">{{.Repository.DescriptionHtml}}</span>{{else}}<span class="no-description text-italic">{{.i18n.Tr "repo.no_desc"}}</span>{{end}} <a class="link" href="{{.Repository.Website}}">{{.Repository.Website}}</a> </p> <ul id="repo-file-nav" class="clear menu menu-line"> |