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