FIX: Don't show the admin menu if the progress bar is hidden

This commit is contained in:
Robin Ward 2017-06-28 16:27:58 -04:00
parent 0e391a72a1
commit 284570a5ae

View File

@ -1,4 +1,6 @@
{{yield}}
{{#unless hideProgress}}
{{yield}}
{{/unless}}
{{#if showBackButton}}
<div class='progress-back-container'>