aboutsummaryrefslogtreecommitdiffstats
path: root/templates/explore
diff options
context:
space:
mode:
authorAndrey Nering <andrey.nering@gmail.com>2016-03-02 21:18:58 -0300
committerAndrey Nering <andrey.nering@gmail.com>2016-03-02 21:54:05 -0300
commit13e71acadf538124724c24b6332e4fa8a59baadb (patch)
treef49edfe271408ae5cc6cd3275e64512a2312d780 /templates/explore
parent37ac743da7ba2931dfaaa947bf73ed55534e6f29 (diff)
downloadgitea-13e71acadf538124724c24b6332e4fa8a59baadb.tar.gz
gitea-13e71acadf538124724c24b6332e4fa8a59baadb.zip
Render emojis in more places.
Diffstat (limited to 'templates/explore')
-rw-r--r--templates/explore/repo_list.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/explore/repo_list.tmpl b/templates/explore/repo_list.tmpl
index f8dff62869..43fa28c630 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>{{.Description}}</p>{{end}}
+ {{if .Description}}<p class="has-emoji">{{.Description}}</p>{{end}}
<p class="time">{{$.i18n.Tr "org.repo_updated"}} {{TimeSince .Updated $.i18n.Lang}}</p>
</div>
{{end}}