Merge branch 'feature/bookmark_edit' into dev
This commit is contained in:
@@ -36,6 +36,6 @@
|
||||
</legend>
|
||||
{@html target(bookmark.comment.rendered)}
|
||||
<Tags module="bookmark" id={bookmark.id} />
|
||||
<button onclick={e => edit(bookmark.id)} >{t('edit')}</button>
|
||||
<button onclick={e => edit(bookmark)} >{t('edit')}</button>
|
||||
</fieldset>
|
||||
{/if}
|
||||
Reference in New Issue
Block a user