mirror of
https://github.com/penpot/penpot.git
synced 2025-05-29 01:36:12 +02:00
💄 Add minor cosmetic improvement on error report template
This commit is contained in:
parent
fcdf33b134
commit
63a3186e6d
4 changed files with 19 additions and 8 deletions
|
@ -238,9 +238,9 @@
|
|||
(-> (io/resource "app/templates/error-report.v2.tmpl")
|
||||
(tmpl/render report)))
|
||||
|
||||
(render-template-v3 [{report :content}]
|
||||
(render-template-v3 [{report :content id :id}]
|
||||
(-> (io/resource "app/templates/error-report.v3.tmpl")
|
||||
(tmpl/render report)))
|
||||
(tmpl/render (assoc report :id id))))
|
||||
]
|
||||
|
||||
(when-not (authorized? pool request)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue