mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 15:47:17 +01:00
7 lines
426 B
PHP
7 lines
426 B
PHP
<div class="note-grid-item">
|
|
<div class="quicknote noselect {{#if active}}note-active{{/if}}" style="background-color: {{color}}" data-id="{{ id }}" data-timestamp="{{ timestamp }}" >
|
|
<div id='title-editable' class='note-title'>{{{ title }}}</div>
|
|
<button class="icon-delete hide-delete-icon icon-delete-note" title="Delete"></button>
|
|
<div id='content-editable' class='note-content'>{{{ content }}}</div>
|
|
</div>
|
|
</div> |