From aa288d524b94cda8bc15db9c40ea4e3dbd0c68db Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Fri, 15 Apr 2016 22:33:13 -0700 Subject: Styling --- util/tmpl/term.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'util/tmpl') diff --git a/util/tmpl/term.html b/util/tmpl/term.html index bd414f26..62183e31 100644 --- a/util/tmpl/term.html +++ b/util/tmpl/term.html @@ -4,16 +4,19 @@
{{expression}}
{{/if}} +{{#if rules}}
- {{#if rules}} - {{rules}} - {{/if}} + {{#each rules}} + {{.}} + {{#unless @last}} « {{/unless}} + {{/each}}
+{{/if}}
    {{#each glossary}} -
  1. {{.}}
  2. +
  3. {{.}}
  4. {{/each}}
-- cgit v1.2.3