From 07a2955341625f92337ec22e54f7207f95a1d495 Mon Sep 17 00:00:00 2001 From: James Allen Date: Tue, 5 Aug 2014 17:16:34 +0100 Subject: [PATCH] Add in timeout documentation link to error message --- services/web/app/views/project/editor/pdf.jade | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/services/web/app/views/project/editor/pdf.jade b/services/web/app/views/project/editor/pdf.jade index 0af9b60425..6f218d4aa2 100644 --- a/services/web/app/views/project/editor/pdf.jade +++ b/services/web/app/views/project/editor/pdf.jade @@ -83,11 +83,14 @@ div.full-size.pdf(ng-controller="PdfController") strong Server Error. 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") - strong Timed out. - span Sorry, your compile was taking too long and timed out. - | This may be due to a large number of high-res images, or lots of complicated diagrams. - | Please try to make your document simpler, or contact support for help. + .alert.alert-danger(ng-show="pdf.timedout") + p + strong Your compile timed out. + | Sorry, your compile was taking too long and timed out. + | 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") .alert.alert-success(ng-show="pdf.logEntries.all.length == 0")