We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82d1153 commit 5b58c82Copy full SHA for 5b58c82
web/views/partials/attachment-card.html
@@ -1,5 +1,5 @@
1
{{if .IsImage}}
2
-<a href=" /files/{{.FileName}}" class="flex bg-pico-card shadow">
+<a href=" /files/{{.FileName}}" class="flex bg-pico-card shadow" hx-boost="false">
3
<img src="/files/{{.FileName}}" alt="{{.FileName}}" class="mx-auto">
4
</a>
5
{{end}}
@@ -19,7 +19,7 @@
19
20
</li>
21
<li>
22
- <a role="button" href="/files/{{.FileName}}" class="flex flex-items-center gap-2">
+ <a role="button" href="/files/{{.FileName}}" class="flex flex-items-center gap-2" hx-boost="false">
23
<div class="i-ri-download-fill">
24
</div>
25
Download
0 commit comments