diff options
author | Jan Christophersen <jan@ruken.pw> | 2016-03-10 21:30:28 +0100 |
---|---|---|
committer | Jan Christophersen <jan@ruken.pw> | 2016-03-10 21:31:13 +0100 |
commit | 1e74ee51ffbe96ba4819bdcca58458961a1f6b17 (patch) | |
tree | afea1b5660700f293f9286488d389b8fa99a5298 /templates/explore | |
parent | 72a8fa3bc87096b7e0fd4cd6ba400c9e100804f9 (diff) | |
download | gitea-1e74ee51ffbe96ba4819bdcca58458961a1f6b17.tar.gz gitea-1e74ee51ffbe96ba4819bdcca58458961a1f6b17.zip |
Using HTML Description of repositories in the 'Explore' view. Fixes #2800
Diffstat (limited to 'templates/explore')
-rw-r--r-- | templates/explore/repo_list.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/explore/repo_list.tmpl b/templates/explore/repo_list.tmpl index 43fa28c630..304a637e81 100644 --- a/templates/explore/repo_list.tmpl +++ b/templates/explore/repo_list.tmpl @@ -16,7 +16,7 @@ <span class="text grey"><i class="octicon octicon-git-branch"></i> {{.NumForks}}</span> </div> </div> - {{if .Description}}<p class="has-emoji">{{.Description}}</p>{{end}} + {{if .DescriptionHtml}}<p class="has-emoji">{{.DescriptionHtml}}</p>{{end}} <p class="time">{{$.i18n.Tr "org.repo_updated"}} {{TimeSince .Updated $.i18n.Lang}}</p> </div> {{end}} |