From 1afbcca83b3c248431e693e92c2b1ea988f66f6a Mon Sep 17 00:00:00 2001 From: inhji Date: Fri, 7 Jul 2023 13:53:55 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Elib/chiya=5Fweb/controllers/page=5Fhtm?= =?UTF-8?q?l/tag.html.heex=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../controllers/page_html/tag.html.heex | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/lib/chiya_web/controllers/page_html/tag.html.heex b/lib/chiya_web/controllers/page_html/tag.html.heex index 8340c39..b82ebe7 100644 --- a/lib/chiya_web/controllers/page_html/tag.html.heex +++ b/lib/chiya_web/controllers/page_html/tag.html.heex @@ -1,8 +1,10 @@ -<.header> - <:title>Tagged with “<%= @tag.name %>” - <:subtitle><%= @tag.content %> - +
+ <.header> + <:title>Tagged with “<%= @tag.name %>” + <:subtitle><%= @tag.content %> + -
- <.note_list notes={@tag.notes} /> -
\ No newline at end of file +
+ <.note_list notes={@tag.notes} /> +
+
\ No newline at end of file