1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Add No Results Prompt Message on Issue List Page (#33699)

This commit is contained in:
Kerwin Bryant
2025-02-25 02:24:56 +08:00
committed by GitHub
parent 555d64d024
commit 2cd2ae07a7
2 changed files with 7 additions and 0 deletions

View File

@@ -153,6 +153,11 @@
</div>
{{end}}
</div>
{{else}}
<div class="tw-text-center tw-p-8">
<h3 class="tw-my-4">{{ctx.Locale.Tr "repo.issues.filter_no_results"}}</h3>
<p class="tw-text-placeholder-text">{{ctx.Locale.Tr "repo.issues.filter_no_results_placeholder"}}</p>
</div>
{{end}}
{{if .IssueIndexerUnavailable}}
<div class="ui error message">