diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-17 20:45:47 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-17 20:45:47 -0700 |
commit | 1dbcb35eb7a2f1d6d7790821da282df7254700d8 (patch) | |
tree | 060748dfdddf1c9fd9c61d21719b60dd6613104f /tmpl | |
parent | 231b471f45505a8b8fc4a8b25aa685f6f877953c (diff) |
wip
Diffstat (limited to 'tmpl')
-rw-r--r-- | tmpl/kanji.html | 4 | ||||
-rw-r--r-- | tmpl/terms.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tmpl/kanji.html b/tmpl/kanji.html index f4c12041..00e4efd7 100644 --- a/tmpl/kanji.html +++ b/tmpl/kanji.html @@ -1,5 +1,5 @@ {{#*inline "kanji"}} -<p> +<div class="entry"> <div class="actions"> {{#if addable}} <a href="#" title="Add Kanji" class="action-add-note pending disabled" data-mode="kanji" data-index="{{@index}}"><img src="/mixed/img/add-kanji.png"></a> @@ -48,7 +48,7 @@ </div> <a href="#" class="term-source">Back</a> -</p> +</div> {{/inline}} {{#if definitions}} diff --git a/tmpl/terms.html b/tmpl/terms.html index 04ba713d..22209f9b 100644 --- a/tmpl/terms.html +++ b/tmpl/terms.html @@ -18,7 +18,7 @@ {{/inline}} {{#*inline "term"}} -<p> +<div class="entry"> <div class="actions"> {{#if addable}} <a href="#" title="Add term as expression" class="action-add-note pending disabled" data-mode="term-kanji" data-index="{{@index}}"><img src="/mixed/img/add-term-kanji.png"></a> @@ -58,7 +58,7 @@ {{> definition}} {{/if}} </div> -</p> +</div> {{/inline}} {{#if definitions}} |