mirror of
https://github.com/zadam/trilium.git
synced 2025-06-05 01:18:44 +02:00
use #shareAlias in parent link, closes #2535
This commit is contained in:
parent
9df521109b
commit
0e9d76890b
@ -29,7 +29,7 @@
|
||||
<div id="main">
|
||||
<% if (note.parents[0].noteId !== 'share' && note.parents.length !== 0) { %>
|
||||
<nav id="parentLink">
|
||||
parent: <a href="<%= note.parents[0].noteId %>"
|
||||
parent: <a href="<%= note.parents[0].shareId %>"
|
||||
class="type-<%= note.parents[0].type %>"><%= note.parents[0].title %></a>
|
||||
</nav>
|
||||
<% } %>
|
||||
|
Loading…
x
Reference in New Issue
Block a user