move "run syntax check" compile option out of beta

This commit is contained in:
Brian Gough 2016-08-11 13:55:47 +01:00
parent a862592138
commit 9a399d3dd3

View file

@ -36,13 +36,11 @@ div.full-size.pdf(ng-controller="PdfController")
i.fa.fa-fw(ng-class="{'fa-check': draft}") i.fa.fa-fw(ng-class="{'fa-check': draft}")
|  #{translate("fast")}  |  #{translate("fast")} 
span.subdued [draft] span.subdued [draft]
if user.betaProgram li.dropdown-header #{translate("file_checks")}
li.dropdown-header #{translate("file_checks")} li
li a(href, ng-click="recompile({check:true})")
a(href, ng-click="recompile({check:true})") i.fa.fa-fw()
i.fa.fa-fw() |  #{translate("run_syntax_check")}
|  #{translate("run_syntax_check")}
span.beta-feature-badge
a( a(
href href
ng-click="stop()" ng-click="stop()"