mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 08:15:52 +01:00
added shareAlias label
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<% if (activeNote.noteId === note.noteId) { %>
|
||||
<strong><%= note.title %></strong>
|
||||
<% } else { %>
|
||||
<a href="./<%= note.noteId %>"><%= note.title %></a>
|
||||
<a href="./<%= note.shareId %>"><%= note.title %></a>
|
||||
<% } %>
|
||||
</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user