From 6eb862d5461309b8d86ae8c33df6df2da0c866bb Mon Sep 17 00:00:00 2001 From: inhji Date: Fri, 7 Jul 2023 13:03:10 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Elib/chiya=5Fweb/controllers/page=5Fhtm?= =?UTF-8?q?l/note.html.heex=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/chiya_web/controllers/page_html/note.html.heex | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lib/chiya_web/controllers/page_html/note.html.heex b/lib/chiya_web/controllers/page_html/note.html.heex index 20f5472..792553f 100644 --- a/lib/chiya_web/controllers/page_html/note.html.heex +++ b/lib/chiya_web/controllers/page_html/note.html.heex @@ -22,13 +22,7 @@ <%= if not Enum.empty?(@note.tags) do %> <.dot /> Tags - - <%= for tag <- @note.tags do %> - - <%= tag.name %> - - <% end %> - + <.tags note={@note} /> <% end %> <%= if @current_user do %> <.dot />