mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
Merge branch 'share-fix' into develop
This commit is contained in:
commit
fd2779383d
@ -37,7 +37,7 @@
|
|||||||
<div id="main">
|
<div id="main">
|
||||||
<% if (note.parents[0].noteId !== '_share' && note.parents.length !== 0) { %>
|
<% if (note.parents[0].noteId !== '_share' && note.parents.length !== 0) { %>
|
||||||
<nav id="parentLink">
|
<nav id="parentLink">
|
||||||
<%= t("share_page.parent") %> <a href="<%= note.parents[0].shareId %>"
|
<%= t("share_page.parent") %> <a href="./<%= note.parents[0].shareId %>"
|
||||||
class="type-<%= note.parents[0].type %>"><%= note.parents[0].title %></a>
|
class="type-<%= note.parents[0].type %>"><%= note.parents[0].title %></a>
|
||||||
</nav>
|
</nav>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user