lib/chiya_web/controllers/page_html/note.html.heex aktualisiert

This commit is contained in:
inhji 2023-09-11 12:08:37 +02:00
parent 2e33a1598a
commit 6e64926f0d

View file

@ -16,7 +16,7 @@
</section> </section>
<%= if String.length(@note.url || "") > 0 do %> <%= if String.length(@note.url || "") > 0 do %>
<section class="text-center"> <section class="note-link">
<.icon name="hero-link" /> <a href={@note.url}><%= @note.url %></a> <.icon name="hero-link" /> <a href={@note.url}><%= @note.url %></a>
</section> </section>
<% end %> <% end %>