diff --git a/lib/chiya_web/live/note_show_live.ex b/lib/chiya_web/live/note_show_live.ex index 39dcb6e..388a4c1 100644 --- a/lib/chiya_web/live/note_show_live.ex +++ b/lib/chiya_web/live/note_show_live.ex @@ -12,7 +12,9 @@ defmodule ChiyaWeb.NoteShowLive do ~H""" <.header> <%= @note.name %> - <:subtitle><%= @note.slug %> + <:subtitle> +
[[<%= @note.slug %>]]
+ <:actions> <.link href={~p"/admin/notes/#{@note}/edit"}> <.button>Edit