fix bookmarks

This commit is contained in:
Inhji 2023-08-16 22:39:46 +02:00
parent dd88829544
commit a09dd582e5
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ defmodule Chiya.Notes do
:images, :images,
:links_from, :links_from,
:links_to, :links_to,
:tags, tags: [:notes],
comments: comments:
from(c in NoteComment, from(c in NoteComment,
order_by: [ order_by: [

View file

@ -2,7 +2,7 @@
<section class="mx-auto max-w-2xl"> <section class="mx-auto max-w-2xl">
<.header> <.header>
Bookmarks Bookmarks
<:subtitle><%= Enum.count(@notes) in total %></:subtitle> <:subtitle><%= Enum.count(@notes) %> in total</:subtitle>
</.header> </.header>
</section> </section>