mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-06 15:12:17 +00:00
Show code-check option for non-beta users.
This commit is contained in:
parent
585f8681ea
commit
8c182c2ccd
1 changed files with 7 additions and 8 deletions
|
@ -105,7 +105,6 @@ aside#left-menu.full-size(
|
||||||
ng-options="o.v as o.n for o in [{ n: 'On', v: true }, { n: 'Off', v: false }]"
|
ng-options="o.v as o.n for o in [{ n: 'On', v: true }, { n: 'Off', v: false }]"
|
||||||
)
|
)
|
||||||
|
|
||||||
if (user.betaProgram)
|
|
||||||
.form-controls
|
.form-controls
|
||||||
label(for="syntaxValidation") #{translate("syntax_validation")}
|
label(for="syntaxValidation") #{translate("syntax_validation")}
|
||||||
select(
|
select(
|
||||||
|
|
Loading…
Reference in a new issue