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}")
|
||||
| #{translate("fast")}
|
||||
span.subdued [draft]
|
||||
if user.betaProgram
|
||||
li.dropdown-header #{translate("file_checks")}
|
||||
li
|
||||
a(href, ng-click="recompile({check:true})")
|
||||
i.fa.fa-fw()
|
||||
| #{translate("run_syntax_check")}
|
||||
span.beta-feature-badge
|
||||
a(
|
||||
href
|
||||
ng-click="stop()"
|
||||
|
|
Loading…
Reference in a new issue