mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-10 06:39:01 +02:00
enable validation option only for beta programme users
This commit is contained in:
@@ -36,11 +36,12 @@ div.full-size.pdf(ng-controller="PdfController")
|
||||
i.fa.fa-fw(ng-class="{'fa-check': draft}")
|
||||
| #{translate("fast")}
|
||||
span.subdued [draft]
|
||||
li.dropdown-header #{translate("file_checks")}
|
||||
li
|
||||
a(href, ng-click="recompile({check:true})")
|
||||
i.fa.fa-fw()
|
||||
| #{translate("syntax check")}
|
||||
if user.betaProgram
|
||||
li.dropdown-header #{translate("file_checks")}
|
||||
li
|
||||
a(href, ng-click="recompile({check:true})")
|
||||
i.fa.fa-fw()
|
||||
| #{translate("syntax_check")}
|
||||
a(
|
||||
href
|
||||
ng-click="stop()"
|
||||
|
||||
Reference in New Issue
Block a user