From c9185f265cfc25defa24174c750ecde29c078892 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 30 Dec 2021 23:51:39 +0100 Subject: [PATCH] :sparkles: Add error report list template. --- backend/resources/error-list.tmpl | 97 +++++++++++++++++++++++++++++ backend/resources/error-report.tmpl | 4 +- backend/src/app/http.clj | 1 + backend/src/app/http/debug.clj | 21 ++++++- 4 files changed, 120 insertions(+), 3 deletions(-) create mode 100644 backend/resources/error-list.tmpl diff --git a/backend/resources/error-list.tmpl b/backend/resources/error-list.tmpl new file mode 100644 index 000000000..21e6c3dae --- /dev/null +++ b/backend/resources/error-list.tmpl @@ -0,0 +1,97 @@ + + + + + + + penpot - error report {{id}} + + + + + + +
+ +
+ + + diff --git a/backend/resources/error-report.tmpl b/backend/resources/error-report.tmpl index 397b83b02..ad663f604 100644 --- a/backend/resources/error-report.tmpl +++ b/backend/resources/error-report.tmpl @@ -44,7 +44,7 @@ font-size: 12px; } .table { - margin-top: 40px; + margin-top: 25px; display: flex; flex-direction: column; } @@ -87,6 +87,8 @@