removed unnecessary handlebars helpers

This commit is contained in:
Anna Bodnia
2016-02-22 19:11:09 +02:00
parent 004ac2d6ae
commit 2af017ae5e
4 changed files with 48 additions and 34 deletions

View File

@@ -1,4 +1,4 @@
{{#if_or sampleJSON sampleXML}}
{{#ifCond sampleJSON "||" sampleXML}}
<div>
<ul class="signature-nav">
@@ -29,4 +29,4 @@
</div>
{{else}}
{{signature}}
{{/if_or}}
{{/ifCond}}