From 4f2536f01cdfe9c533f9e3a57c989a0c16a8f120 Mon Sep 17 00:00:00 2001 From: Peter Sanchez Date: Tue, 26 Nov 2024 19:26:00 -0600 Subject: [PATCH] Fixing template bug --- templates/link_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/link_list.html b/templates/link_list.html index 2c2264d..43d221d 100644 --- a/templates/link_list.html +++ b/templates/link_list.html @@ -130,7 +130,7 @@ + href="{{if eq .Type "LINK"}}{{reverse "core:link_edit" .Hash}}{{else if eq .Type "NOTE"}}{{reverse "core:note_edit" .Hash}}{{end}}" data-tooltip="{{$.pd.Data.edit}}"> -- 2.45.2