Add ID to project cards so mobile works

This commit is contained in:
Amolith 2024-02-23 19:24:07 -05:00
parent 203cc09590
commit b6db773ee3
Signed by: Amolith
SSH Key Fingerprint: SHA256:JBKEeoO/72Fz03rtlzeO49PATFT2maMancH3opcT0h0
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
{{- end -}}
{{- range . -}}
{{- if ne .Running (index .Releases 0).Tag -}}
<div class="project card">
<div id="{{ .ID }}" class="project card">
<h3><a href="{{ .URL }}">{{ .Name }}</a>&nbsp;&nbsp;&nbsp;<span class="delete"><a href="/new?action=delete&url={{ .URL }}">Delete?</a></span></h3>
<p>You've selected {{ .Running }}. <a href="/new?action=update&url={{ .URL }}&forge={{ .Forge }}&name={{ .Name }}">Modify?</a></p>
<p>Latest: <a href="{{ (index .Releases 0).URL }}">{{ (index .Releases 0).Tag }}</a></p>