1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-13 21:18:21 +00:00
* resolved #296

* Indentation fixed
This commit is contained in:
Lunny Xiao
2016-12-01 18:52:57 +08:00
committed by GitHub
parent 2343feadd4
commit 590a79ff8a
6 changed files with 48 additions and 20 deletions

View File

@@ -19,5 +19,9 @@
{{if .DescriptionHTML}}<p class="has-emoji">{{.DescriptionHTML}}</p>{{end}}
<p class="time">{{$.i18n.Tr "org.repo_updated"}} {{TimeSince .Updated $.i18n.Lang}}</p>
</div>
{{else}}
<div>
{{$.i18n.Tr "explore.repo_no_results"}}
</div>
{{end}}
</div>