summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-09-28 01:54:25 -0400
committerUnknwon <joe2010xtmf@163.com>2014-09-28 01:54:25 -0400
commit11af8658cf7c5973cd0d5a7910885eae2d1c9b71 (patch)
tree0c4e24647ee49619b6f5e65270432a3bba8dd5c8 /templates
parente6e6aaeacb80bf80e4741a8ab2a47b81d3b9c780 (diff)
downloadgitea-11af8658cf7c5973cd0d5a7910885eae2d1c9b71.tar.gz
gitea-11af8658cf7c5973cd0d5a7910885eae2d1c9b71.zip
Simple fix
Diffstat (limited to 'templates')
-rw-r--r--templates/repo/home.tmpl2
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">