mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
add prefix "_" to "named" IDs
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
<body data-note-id="<%= note.noteId %>">
|
||||
<div id="layout">
|
||||
<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">
|
||||
parent: <a href="<%= note.parents[0].shareId %>"
|
||||
class="type-<%= note.parents[0].type %>"><%= note.parents[0].title %></a>
|
||||
|
||||
Reference in New Issue
Block a user