Add inital view of tags

This commit is contained in:
Matias De lellis
2019-11-06 11:42:30 -03:00
parent 8396e2a40a
commit b7b0158a72
10 changed files with 152 additions and 10 deletions

View File

@@ -25,6 +25,11 @@
<div class='note-content'>
{{{ content }}}
</div>
<div class='note-tags'>
{{#each tags}}
<div class="slim-tag" data-id="{{ id }}">{{{ name }}}</div>
{{/each}}
</div>
{{/if}}
</div>
</div>