diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-19 10:01:45 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-19 10:01:45 -0400 |
commit | dd8e7868ce78216faf563d4f232a87cb416eeff4 (patch) | |
tree | 7fed6d0a97f886aa0f129aeb85d300fa2adea065 /templates | |
parent | 0da4975f4ffca8dd85213c19600730ee52349e2a (diff) | |
download | gitea-dd8e7868ce78216faf563d4f232a87cb416eeff4.tar.gz gitea-dd8e7868ce78216faf563d4f232a87cb416eeff4.zip |
Mirror fix
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/nav.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/nav.tmpl b/templates/repo/nav.tmpl index b67f82d5e3..d261bbd6e9 100644 --- a/templates/repo/nav.tmpl +++ b/templates/repo/nav.tmpl @@ -3,7 +3,7 @@ <div class="row"> <div class="col-md-6"> <h3 class="name"><i class="fa fa-book fa-lg"></i><a href="{{.Owner.HomeLink}}">{{.Owner.Name}}</a> / {{.Repository.Name}}</h3> - <p class="desc">a sentence to describe the repository.<a href="#">official-site</a></p> + <p class="desc">{{.Repository.Description}}{{if .Repository.Website}}<a href="{{.Repository.Website}}">{{.Repository.Website}}</a>{{end}}</p> </div> {{if not .IsBareRepo}} <div class="col-md-6 actions text-right"> |