lib/chiya_web/components/public_components.ex aktualisiert #244

Merged
inhji merged 2 commits from devel into main 2023-07-29 18:40:27 +02:00
Showing only changes of commit 3aa7426a8a - Show all commits

View file

@ -154,7 +154,7 @@ defmodule ChiyaWeb.PublicComponents do
</p> </p>
<% end %> <% end %>
<%= not Enum.empty?(note.tags) do %> <%= if not Enum.empty?(note.tags) do %>
<footer class="mt-2"> <footer class="mt-2">
<.tags note={note}> <.tags note={note}>
</footer> </footer>