Merge pull request 'lib/chiya/notes/note.ex aktualisiert' (#359) from devel into main

Reviewed-on: #359
This commit is contained in:
inhji 2023-09-30 12:54:50 +02:00
commit 12cdccaf73
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