diff options
author | Unknwon <u@gogs.io> | 2016-03-10 16:17:40 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-03-10 16:17:40 -0500 |
commit | 97c48da49fb8493059d5b52e435fadc508c78966 (patch) | |
tree | 395d408901d7ff4cf317bbe5a3342dbd9a57d006 | |
parent | 067edcdb90fa0dd40c9889f047ba81e37d95d3c8 (diff) | |
parent | 1e74ee51ffbe96ba4819bdcca58458961a1f6b17 (diff) | |
download | gitea-97c48da49fb8493059d5b52e435fadc508c78966.tar.gz gitea-97c48da49fb8493059d5b52e435fadc508c78966.zip |
Merge pull request #2803 from Rukenshia/develop
Using HTML Description of repositories in the 'Explore' view. Fixes #…
-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}} |