lib/chiya_web/controllers/tag_html/apply_prepare.html.heex aktualisiert

This commit is contained in:
inhji 2023-09-12 09:15:57 +02:00
parent 392bdf9ca3
commit 611298e105

View file

@ -1,6 +1,6 @@
<.header>
Apply Tag <%= @tag.id %>
<:subtitle>This is a tag record from your database.</:subtitle>
Apply Tag <%= @tag.name %>
<:subtitle>These notes will get the tag.</:subtitle>
<:actions>
<.link href={~p"/admin/tags/#{@tag}/apply"}>
<.button>Apply tag</.button>