mirror of
https://github.com/penpot/penpot.git
synced 2025-06-15 08:11:38 +02:00
📎 Show version on dbg header
This commit is contained in:
parent
75011ca0ff
commit
deaf6ef068
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ Debug Main Page
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<nav>
|
<nav>
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<h1>ADMIN DEBUG INTERFACE</h1>
|
<h1>ADMIN DEBUG INTERFACE (VERSION: {{version}})</h1>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
<main class="dashboard">
|
<main class="dashboard">
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
{::yres/status 200
|
{::yres/status 200
|
||||||
::yres/headers {"content-type" "text/html"}
|
::yres/headers {"content-type" "text/html"}
|
||||||
::yres/body (-> (io/resource "app/templates/debug.tmpl")
|
::yres/body (-> (io/resource "app/templates/debug.tmpl")
|
||||||
(tmpl/render {}))})
|
(tmpl/render {:version (:full cf/version)}))})
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; FILE CHANGES
|
;; FILE CHANGES
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue