mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
enable validation option only for beta programme users
This commit is contained in:
parent
208798ebe3
commit
0742db7732
1 changed files with 6 additions and 5 deletions
|
@ -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()"
|
||||
|
|
Loading…
Reference in a new issue