From 5f7be6aca1fd8fc5e6509562ddd2310f3870f777 Mon Sep 17 00:00:00 2001 From: inhji Date: Fri, 8 Sep 2023 12:40:46 +0200 Subject: [PATCH] lib/chiya_web/controllers/page_html/bookmarks.html.heex aktualisiert --- lib/chiya_web/controllers/page_html/bookmarks.html.heex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/chiya_web/controllers/page_html/bookmarks.html.heex b/lib/chiya_web/controllers/page_html/bookmarks.html.heex index 0a48f56..ef66ba1 100644 --- a/lib/chiya_web/controllers/page_html/bookmarks.html.heex +++ b/lib/chiya_web/controllers/page_html/bookmarks.html.heex @@ -9,13 +9,13 @@
<%= if @channel.layout == :default do %> - <.note_list_default notes={@channel.notes}/> + <.note_list_default notes={@notes}/> <% end %> <%= if @channel.layout == :gallery do %> - <.note_list_gallery notes={@channel.notes}/> + <.note_list_gallery notes={@notes}/> <% end %> <%= if @channel.layout == :microblog do %> - <.note_list_microblog notes={@channel.notes}/> + <.note_list_microblog notes={@notes}/> <% end %>