Vulcan/client/views/users/dashboard/users-dashboard.html

5 lines
133 B
HTML
Raw Normal View History

2015-03-23 10:32:56 +09:00
<template name="usersDashboard">
<h2 class="user-table-heading">All Users</h2>
{{> reactiveTable settings=settings}}
</template>