added link target for bookmarks in tag usage list
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
{#if module=='bookmark'}
|
{#if module=='bookmark'}
|
||||||
{@html target(object.comment.rendered).replace(/<p>(.*?)<\/p>/, '$1')} <!-- this is a workaround for in-proper formatting of paragraphs within list items in firefox -->
|
{@html target(object.comment.rendered).replace(/<p>(.*?)<\/p>/, '$1')} <!-- this is a workaround for in-proper formatting of paragraphs within list items in firefox -->
|
||||||
<p>
|
<p>
|
||||||
<a href={object.url}>{object.url}</a>
|
<a href={object.url} target="_blank">{object.url}</a>
|
||||||
</p>
|
</p>
|
||||||
<hr/>
|
<hr/>
|
||||||
{:else if module=='task' || module=='project'}
|
{:else if module=='task' || module=='project'}
|
||||||
|
|||||||
Reference in New Issue
Block a user