lib/chiya/notes/note.ex aktualisiert

This commit is contained in:
inhji 2023-09-30 12:54:13 +02:00
parent 0fac4df834
commit bf15790153
1 changed files with 1 additions and 1 deletions

View File

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