mirror of
https://github.com/go-gitea/gitea
synced 2025-08-07 10:08:20 +00:00
Render emojis in more places.
This commit is contained in:
@@ -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}}
|
||||
|
Reference in New Issue
Block a user