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,
:links_from,
:links_to,
:tags,
tags: [:notes],
comments:
from(c in NoteComment,
order_by: [

View file

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