prototyped svg reports
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
<script src="/scripts/htmx-ext-path-params.js"></script>
|
||||
<script src="/scripts/idiomorph-ext.js"></script>
|
||||
<script src="/scripts/hx-drag.js"></script>
|
||||
<script src="/scripts/hx-resize.js"></script>
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
|
||||
@@ -84,7 +85,7 @@
|
||||
{{/* Href, NoHXBoost, Selected, Content */}}
|
||||
<li class="pt-[1em] pb-[1em]">
|
||||
<a
|
||||
href={{.Href}}
|
||||
href="{{.Href}}"
|
||||
{{if .NoHXBoost}}hx-boost="false"{{end}}
|
||||
class="p-[1em] font-display {{if .Selected}}selected{{ end }}"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user