mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-24 06:01:58 +00:00
Add in timeout documentation link to error message
This commit is contained in:
parent
0111d699a3
commit
07a2955341
1 changed files with 8 additions and 5 deletions
|
@ -83,11 +83,14 @@ div.full-size.pdf(ng-controller="PdfController")
|
||||||
strong Server Error.
|
strong Server Error.
|
||||||
span Sorry, something went wrong and your project could not be compiled. Please try again in a few moments.
|
span Sorry, something went wrong and your project could not be compiled. Please try again in a few moments.
|
||||||
|
|
||||||
.alert.alert-danger(ng-show="pdf.timedout")
|
.alert.alert-danger(ng-show="pdf.timedout")
|
||||||
strong Timed out.
|
p
|
||||||
span Sorry, your compile was taking too long and timed out.
|
strong Your compile timed out.
|
||||||
| This may be due to a large number of high-res images, or lots of complicated diagrams.
|
| Sorry, your compile was taking too long and timed out.
|
||||||
| Please try to make your document simpler, or contact support for help.
|
| This may be due to a problem with your LaTeX code, or too many high-res images.
|
||||||
|
p
|
||||||
|
a.text-info(href="https://www.sharelatex.com/learn/Debugging_Compilation_timeout_errors", target="_blank")
|
||||||
|
| Please see our help guide for more information.
|
||||||
|
|
||||||
.pdf-logs(ng-show="(pdf.view == 'logs' || pdf.failure) && !pdf.error && !pdf.timeout && !pdf.uncompiled")
|
.pdf-logs(ng-show="(pdf.view == 'logs' || pdf.failure) && !pdf.error && !pdf.timeout && !pdf.uncompiled")
|
||||||
.alert.alert-success(ng-show="pdf.logEntries.all.length == 0")
|
.alert.alert-success(ng-show="pdf.logEntries.all.length == 0")
|
||||||
|
|
Loading…
Reference in a new issue