improving tag usage display
This commit is contained in:
@@ -37,9 +37,9 @@
|
||||
{/if}
|
||||
{#if object}
|
||||
{#if module=='bookmark'}
|
||||
<a href={object.url}>{object.url}</a>
|
||||
<div>{@html target(object.comment.rendered)}</div>
|
||||
{:else if module=='task'}
|
||||
<a href={object.url}>{object.url}</a>
|
||||
{:else if module=='task' || module=='project'}
|
||||
<span onclick={go}>{object.name}</span>
|
||||
{:else if module=='document'}
|
||||
<span onclick={go}>{t(object.type)} ${object.number} (${object.customer.name.split('\n')[0]})</span>
|
||||
|
||||
Reference in New Issue
Block a user