summaryrefslogtreecommitdiffstats
path: root/client/components/main/popup.tpl.jade
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/main/popup.tpl.jade')
-rw-r--r--client/components/main/popup.tpl.jade2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/main/popup.tpl.jade b/client/components/main/popup.tpl.jade
index 9e99030d..fa54c713 100644
--- a/client/components/main/popup.tpl.jade
+++ b/client/components/main/popup.tpl.jade
@@ -17,5 +17,5 @@
//-
XXX We need a better way to express the "is the last element" condition.
Hopefully the @last helper will come soon (or at least @index)
- .content(class="{{#unless $eq popupName ../popupName}}is-hidden{{/unless}}")
+ .content(class="{{#unless $eq popupName ../popupName}}no-height{{/unless}}")
+Template.dynamic(template=popupName data=dataContext)