From da22d19fb45b5504f4191ad06d4e7637bfbc3916 Mon Sep 17 00:00:00 2001 From: r Date: Sun, 27 Sep 2020 09:29:17 +0000 Subject: Add bookmarks - Add bookmark/unbookmark link on mouse hover - Add bookmarks section on user profile page --- templates/status.tmpl | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'templates/status.tmpl') diff --git a/templates/status.tmpl b/templates/status.tmpl index 1e3d514..6c255a0 100644 --- a/templates/status.tmpl +++ b/templates/status.tmpl @@ -46,6 +46,19 @@ {{end}} + {{if .Bookmarked}} +
+ + + +
+ {{else}} +
+ + + +
+ {{end}} {{if eq $.Ctx.UserID .Account.ID}}
-- cgit v1.2.3