diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-06-25 21:14:39 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-06-25 21:14:39 -0700 |
commit | 5e72c387ccf37501d79536c8dde4d96fd15c6a3e (patch) | |
tree | e2249e70c675dd4393d09779503eb244b1174664 /tmpl/terms.html | |
parent | 8f850055a50c949b7494b38343111bc0c169cff7 (diff) |
fix result page for no items found
Diffstat (limited to 'tmpl/terms.html')
-rw-r--r-- | tmpl/terms.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/terms.html b/tmpl/terms.html index 80735974..bf656cfb 100644 --- a/tmpl/terms.html +++ b/tmpl/terms.html @@ -72,5 +72,5 @@ {{> term debug=../debug grouped=../grouped addable=../addable playback=../playback}} {{/each}} {{else}} -<p>No results found.</p> +<p class="note">No results found.</p> {{/if}} |