From 8c182c2ccd0b67594fb1f5f2761e9453bed5fa24 Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Tue, 1 Nov 2016 15:26:26 +0000 Subject: [PATCH] Show code-check option for non-beta users. --- .../web/app/views/project/editor/left-menu.jade | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/services/web/app/views/project/editor/left-menu.jade b/services/web/app/views/project/editor/left-menu.jade index 20b0905abf..ae9968f5eb 100644 --- a/services/web/app/views/project/editor/left-menu.jade +++ b/services/web/app/views/project/editor/left-menu.jade @@ -105,14 +105,13 @@ aside#left-menu.full-size( ng-options="o.v as o.n for o in [{ n: 'On', v: true }, { n: 'Off', v: false }]" ) - if (user.betaProgram) - .form-controls - label(for="syntaxValidation") #{translate("syntax_validation")} - select( - name="syntaxValidation" - ng-model="settings.syntaxValidation" - ng-options="o.v as o.n for o in [{ n: 'On', v: true }, { n: 'Off', v: false }]" - ) + .form-controls + label(for="syntaxValidation") #{translate("syntax_validation")} + select( + name="syntaxValidation" + ng-model="settings.syntaxValidation" + ng-options="o.v as o.n for o in [{ n: 'On', v: true }, { n: 'Off', v: false }]" + ) .form-controls label(for="theme") #{translate("theme")}