diff --git a/lib/chiya_web/controllers/page_html/tag.html.heex b/lib/chiya_web/controllers/page_html/tag.html.heex index 6261ed1..c679297 100644 --- a/lib/chiya_web/controllers/page_html/tag.html.heex +++ b/lib/chiya_web/controllers/page_html/tag.html.heex @@ -1,12 +1,10 @@ -
-

- Tagged with “<%= @tag.name %>” -

-

- <%= @tag.content %> -

+

+ Tagged with “<%= @tag.name %>” +

+

+ <%= @tag.content %> +

-
- <.note_list notes={@tag.notes} /> -
-
+
+ <.note_list notes={@tag.notes} /> +
\ No newline at end of file