This commit is contained in:
Inhji 2023-07-25 07:31:46 +02:00
parent 87a8b00bfd
commit 9a375d2a24

View file

@ -56,7 +56,7 @@ defmodule Chiya.Notes.Note do
end
def note_path_admin(note) do
~p"/admin/note/#{note.slug}"
~p"/admin/notes/#{note.slug}"
end
def note_url(note) do