mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
In the list of notes it shows 'Note #' when the title is empty
This commit is contained in:
@@ -49,7 +49,11 @@
|
||||
<ul>
|
||||
{{#each notes}}
|
||||
<li class="nav-note with-menu {{#if active}}active{{/if}}" data-id="{{ id }}">
|
||||
<a href="#">{{{ title }}}</a>
|
||||
{{#if title}}
|
||||
<a href="#">{{{ title }}}</a>
|
||||
{{else}}
|
||||
<a href="#">{{tNN id}}</a>
|
||||
{{/if}}
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user