Merge pull request 'lib/chiya_web/controllers/page_html/note.html.heex aktualisiert' (#356) from devel into main

Reviewed-on: #356
This commit is contained in:
inhji 2023-09-26 11:18:14 +02:00
commit 01a3c4f0da
2 changed files with 5 additions and 5 deletions

View File

@ -51,7 +51,7 @@
/* subdomains to exclude */
[href*="//cloud.inhji.de"],
)):after {
content: '↗️';
content: '';
}

View File

@ -43,14 +43,14 @@
<aside class="prose max-w-none">
<%= if has_outline?(@note) do %>
<h3>Outline</h3>
<h3><.icon name="hero-rectangle-stack" /> Outline</h3>
<section>
<%= raw(render_outline(@note)) %>
</section>
<% end %>
<h3>Properties</h3>
<h3><.icon name="hero-rectangle-group" /> Properties</h3>
<section>
<ul>
@ -82,7 +82,7 @@
<% end %>
<%= 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>
<ul>
<%= for link <- @note.links_to do %>
@ -92,7 +92,7 @@
</section>
<% end %>
<h3>Admin</h3>
<h3><.icon name="hero-wrench-screwdriver" /> Admin</h3>
<section>
<ul>