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