~netlandish/links-dev

links: Fixing display error caused by typo in qr code detail template. v1 APPLIED

Peter Sanchez: 1
 Fixing display error caused by typo in qr code detail template.

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.code.netlandish.com/~netlandish/links-dev/patches/133/mbox | git am -3
Learn more about email & git

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

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
Applied.

To git@git.code.netlandish.com:~netlandish/links
   c780076..0835e6f  master -> master