From 00fc43eb6c4d03cf20a8e79d7938cc521ae3cbe0 Mon Sep 17 00:00:00 2001 From: BentiGorlich Date: Tue, 14 Jan 2025 14:43:10 +0100 Subject: [PATCH] Fix bookmark list callback not working anymore - the bookmark_list component was forgotten when moving the linkCallback code into the new html-refresh controller --- templates/components/bookmark_list.html.twig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/components/bookmark_list.html.twig b/templates/components/bookmark_list.html.twig index 2e075df3d..447c3fa11 100644 --- a/templates/components/bookmark_list.html.twig +++ b/templates/components/bookmark_list.html.twig @@ -1,16 +1,16 @@
  • {% if is_bookmarked_in_list(app.user, list, subject) %} {{ 'bookmark_remove_from_list'|trans({'%list%': list.name}) }} {% else %} {{ 'bookmark_add_to_list'|trans({'%list%': list.name}) }}