Vulcan/client/views/users/list/users_list_username.html
Jeremy Shimko 16d56d197c pass user object to profileUrl helper instead of id
Because the allUsers publication is no longer available outside of reactive-table data context.
2015-02-16 17:56:14 -05:00

3 lines
99 B
HTML

<template name="users_list_username">
<a href="{{profileUrl this}}">{{username}}</a>
</template>