MDL-64500 tool_analytics: noanalysables negation better than analysables

This commit is contained in:
David Monllaó
2019-02-20 10:09:26 +01:00
committed by Eloy Lafuente (stronk7)
parent 0f5b2a1782
commit 84ca3ccce4
@@ -53,7 +53,7 @@
{{> core/notification_info}}
</div>
{{/noanalysables}}
{{#analysables}}
{{^noanalysables}}
<div class="m-t-2 m-b-1">
<span>{{#prev}}{{> core/single_button}}{{/prev}}</span>
<span>{{#next}}{{> core/single_button}}{{/next}}</span>
@@ -81,5 +81,5 @@
<span>{{#prev}}{{> core/single_button}}{{/prev}}</span>
<span>{{#next}}{{> core/single_button}}{{/next}}</span>
</div>
{{/analysables}}
{{/noanalysables}}
</div>