made user clickable in time list
This commit is contained in:
@@ -244,7 +244,7 @@
|
|||||||
{time.duration.toFixed(3)} h
|
{time.duration.toFixed(3)} h
|
||||||
{/if}
|
{/if}
|
||||||
</td>
|
</td>
|
||||||
<td class="user">
|
<td class="user" onclick={e => {detail = time.id}}>
|
||||||
{users[time.user_id].name}
|
{users[time.user_id].name}
|
||||||
</td>
|
</td>
|
||||||
<td class="subject" onclick={e => {detail = time.id}}>
|
<td class="subject" onclick={e => {detail = time.id}}>
|
||||||
|
|||||||
Reference in New Issue
Block a user