From beea89a421736ec157e196ffca6b3720a811635d Mon Sep 17 00:00:00 2001 From: siikamiika Date: Thu, 28 Nov 2019 15:20:18 +0200 Subject: store popped context history in Display --- tmpl/terms.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tmpl/terms.html') diff --git a/tmpl/terms.html b/tmpl/terms.html index 993b5aa0..5e4e694a 100644 --- a/tmpl/terms.html +++ b/tmpl/terms.html @@ -44,6 +44,9 @@ {{#if source}} {{/if}} + {{#if history}} + + {{/if}} @@ -131,7 +134,7 @@ {{#if definitions}} {{#each definitions}} {{#unless @first}}
{{/unless}} -{{> term debug=../debug grouped=../grouped merged=../merged addable=../addable playback=../playback compactGlossaries=../compactGlossaries source=../source}} +{{> term debug=../debug grouped=../grouped merged=../merged addable=../addable playback=../playback compactGlossaries=../compactGlossaries source=../source history=../history}} {{/each}} {{else}}

No results found.

-- cgit v1.2.3