aboutsummaryrefslogtreecommitdiff
path: root/templates/search.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/search.tmpl')
-rw-r--r--templates/search.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/search.tmpl b/templates/search.tmpl
index ede147e..560a2c9 100644
--- a/templates/search.tmpl
+++ b/templates/search.tmpl
@@ -20,6 +20,8 @@
{{if eq .Type "statuses"}}
{{range .Statuses}}
{{template "status.tmpl" (WithContext . $.Ctx)}}
+{{else}}
+<div class="no-data-found">No data found</div>
{{end}}
{{end}}