0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-08 08:09:14 -05:00

📎 Show version on dbg header

This commit is contained in:
Andrey Antukh 2024-10-28 13:57:10 +01:00
parent 40c118df55
commit e533762f33
2 changed files with 2 additions and 2 deletions

View file

@ -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">

View file

@ -47,7 +47,7 @@
{::rres/status 200 {::rres/status 200
::rres/headers {"content-type" "text/html"} ::rres/headers {"content-type" "text/html"}
::rres/body (-> (io/resource "app/templates/debug.tmpl") ::rres/body (-> (io/resource "app/templates/debug.tmpl")
(tmpl/render {}))}) (tmpl/render {:version (:full cf/version)}))})
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; FILE CHANGES ;; FILE CHANGES