~netlandish/links-dev

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH links] Fixing display error caused by typo in qr code detail template.

Details
Message ID
<20250423230930.20003-1-peter@netlandish.com>
Sender timestamp
1745428165
DKIM signature
missing
Download raw message
Patch: +1 -1
Changelog-fixed: Disaply error in qr code detail template
---
 templates/qrcode_detail.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/qrcode_detail.html b/templates/qrcode_detail.html
index 3433935..a32c65a 100644
--- a/templates/qrcode_detail.html
+++ b/templates/qrcode_detail.html
@@ -24,7 +24,7 @@
  {{ end }}
  {{if .qrCode }}
      <p class="text-center">
          <img src={{mediaURL .qrCode.ImagePath}}/>
          <img src="{{mediaURL .qrCode.ImagePath}}">
      </p>
      <p class="text-center"><strong>{{.qrCode.Title}}</strong></p>
      <p class="text-center">{{ .qrCode.URL }} | {{formatDate .qrCode.CreatedOn}}</p>
-- 
2.47.2
Details
Message ID
<D9EEC19YHBVY.2UAJNKGZ4DF1Y@netlandish.com>
In-Reply-To
<20250423230930.20003-1-peter@netlandish.com> (view parent)
Sender timestamp
1745428253
DKIM signature
missing
Download raw message
Applied.

To git@git.code.netlandish.com:~netlandish/links
   c780076..0835e6f  master -> master
Reply to thread Export thread (mbox)