mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
move "run syntax check" compile option out of beta
This commit is contained in:
parent
a862592138
commit
9a399d3dd3
1 changed files with 5 additions and 7 deletions
|
@ -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()"
|
||||||
|
|
Loading…
Reference in a new issue