From b7de165b76c4266c761e33d762daef76ca6ac654 Mon Sep 17 00:00:00 2001
From: sam-pc <134122170+sahilmulla@users.noreply.github.com>
Date: Mon, 28 Oct 2024 17:24:14 +0530
Subject: [PATCH] Fix edit link missing on mobile browser
---
templates/collection-post.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/collection-post.tmpl b/templates/collection-post.tmpl
index 54d5298..e742f8c 100644
--- a/templates/collection-post.tmpl
+++ b/templates/collection-post.tmpl
@@ -55,7 +55,7 @@
{{range .PinnedPosts}}{{.PlainDisplayTitle}}{{end}}
{{end}}
{{ if and .IsOwner .IsFound }}{{largeNumFmt .Views}} {{pluralize "view" "views" .Views}}
- Edit
+ Edit
{{if .IsPinned}}Unpin{{end}}
{{ end }}