enable validation option only for beta programme users

This commit is contained in:
Brian Gough 2016-07-28 16:40:40 +01:00
parent 208798ebe3
commit 0742db7732

View file

@ -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()"