diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-06-26 20:23:53 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-06-26 20:23:53 -0700 |
commit | c23298dbb2f3f26ff96da80f69d70051cc14f733 (patch) | |
tree | da544b095a4665655013bccd115b9efad5c8a7e1 /tmpl | |
parent | 16baf9a400ac11a1c4f53ba6665db03a900511e0 (diff) | |
parent | 21b29ff135269fe33f5ae064abc74cfde6f2a5f5 (diff) |
Merge branch 'master' into firefox-amo
Diffstat (limited to 'tmpl')
-rw-r--r-- | tmpl/kanji.html | 2 | ||||
-rw-r--r-- | tmpl/terms.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tmpl/kanji.html b/tmpl/kanji.html index a2f78aff..28e4b8a4 100644 --- a/tmpl/kanji.html +++ b/tmpl/kanji.html @@ -63,5 +63,5 @@ {{> kanji debug=../debug addable=../addable source=../source root=../root}} {{/each}} {{else}} -<p>No results found.</p> +<p class="note">No results found.</p> {{/if}} 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}} |