lib/chiya_web/components/public_components.ex aktualisiert

This commit is contained in:
inhji 2023-07-29 18:31:34 +02:00
parent b6084ed0bd
commit c0c27107f2

View file

@ -153,6 +153,12 @@ defmodule ChiyaWeb.PublicComponents do
<%= String.slice(note.content, 0..150) %> <%= String.slice(note.content, 0..150) %>
</p> </p>
<% end %> <% end %>
<%= not Enum.empty?(note.tags) do %>
<footer class="mt-2">
<.tags note={note}>
</footer>
<% end %>
</a> </a>
<% end %> <% end %>
</section> </section>