mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 18:11:40 -05:00
pass user object to profileUrl helper instead of id
Because the allUsers publication is no longer available outside of reactive-table data context.
This commit is contained in:
parent
5997aafe87
commit
16d56d197c
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
<template name="users_list_username">
|
||||
<a href="{{profileUrl _id}}">{{username}}</a>
|
||||
<a href="{{profileUrl this}}">{{username}}</a>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Reference in a new issue