From 392bdf9ca37135cd334c9832df242acea69263f1 Mon Sep 17 00:00:00 2001 From: inhji Date: Tue, 12 Sep 2023 09:15:29 +0200 Subject: [PATCH] lib/chiya_web/controllers/tag_html/apply_prepare.html.heex aktualisiert --- .../controllers/tag_html/apply_prepare.html.heex | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/lib/chiya_web/controllers/tag_html/apply_prepare.html.heex b/lib/chiya_web/controllers/tag_html/apply_prepare.html.heex index e98aeb1..8855b6b 100644 --- a/lib/chiya_web/controllers/tag_html/apply_prepare.html.heex +++ b/lib/chiya_web/controllers/tag_html/apply_prepare.html.heex @@ -7,3 +7,19 @@ + +
+ <%= for note <- @notes do %> +
+
+

+ <%= note.name %> +

+
+ +
+ <% end %> +
\ No newline at end of file