show template fix

This commit is contained in:
2026-01-27 21:47:17 +01:00
parent b79570f301
commit 0dbcffbfe5
+1 -1
View File
@@ -11,7 +11,7 @@
</div>
<div class="card-footer">
<div class="btn-group d-flex justify-content-center" role="group" aria-label="Operations">
{{if .HTMLFolderPath != ""}}
{{if .HTMLFolderPath}}
<a href="/play/{{$.Software.Name}}/{{.Version}}" class="btn btn-success btn-sm">Play</a>
{{end}}
<a href="/download/{{$.Software.Name}}/{{.Version}}/source" class="btn btn-primary btn-sm">Source</a>