From d9af9e723b83b1c7709842167749095026a9ac55 Mon Sep 17 00:00:00 2001 From: Alasdair Smith Date: Thu, 28 Sep 2017 12:12:48 +0100 Subject: [PATCH] Clean up popover wrapper --- .../web/app/views/project/editor/editor.pug | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/services/web/app/views/project/editor/editor.pug b/services/web/app/views/project/editor/editor.pug index ccda61229d..f9621987b8 100644 --- a/services/web/app/views/project/editor/editor.pug +++ b/services/web/app/views/project/editor/editor.pug @@ -95,17 +95,17 @@ div.full-size( ) include ./pdf -div( +.onboarding__autocompile.popover( ng-controller="AutoCompileOnboardingController" ng-if="onboarding.autoCompile == 'show'" + ng-class="placement" ) - .onboarding__autocompile.popover(ng-class="placement") - .arrow - .popover-inner - h3.popover-title Auto Compile - .popover-content - p Try out the new auto compile setting! - img(src="/img/onboarding/autocompile/setting-dropdown.png" width="100%") - p When enabled, your project will be compiled after you finish your sentence. - button.btn.btn-default.btn-block(ng-click="dismiss()") - | Got it + .arrow + .popover-inner + h3.popover-title Auto Compile + .popover-content + p Try out the new auto compile setting! + img(src="/img/onboarding/autocompile/setting-dropdown.png" width="100%") + p When enabled, your project will be compiled after you finish your sentence. + button.btn.btn-default.btn-block(ng-click="dismiss()") + | Got it