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

Merged
inhji merged 3 commits from devel into main 2023-09-26 11:18:14 +02:00
Showing only changes of commit cdf15f5bf8 - Show all commits

View file

@ -43,14 +43,14 @@
<aside class="prose max-w-none"> <aside class="prose max-w-none">
<%= if has_outline?(@note) do %> <%= if has_outline?(@note) do %>
<h3>Outline</h3> <h3><.icon name="hero-rectangle-stack" /> Outline</h3>
<section> <section>
<%= raw(render_outline(@note)) %> <%= raw(render_outline(@note)) %>
</section> </section>
<% end %> <% end %>
<h3>Properties</h3> <h3><.icon name="hero-rectangle-group" /> Properties</h3>
<section> <section>
<ul> <ul>
@ -82,7 +82,7 @@
<% end %> <% end %>
<%= if not Enum.empty?(@note.links_to) do %> <%= if not Enum.empty?(@note.links_to) do %>
<h3>Notes linking here</h3> <h3><.icon name="hero-arrow-down-on-square" /> Notes linking here</h3>
<section> <section>
<ul> <ul>
<%= for link <- @note.links_to do %> <%= for link <- @note.links_to do %>
@ -92,7 +92,7 @@
</section> </section>
<% end %> <% end %>
<h3>Admin</h3> <h3><.icon name="hero-wrench-screwdriver" /> Admin</h3>
<section> <section>
<ul> <ul>