Vulcan/packages/telescope-users/lib/client/templates/user_edit.html

10 lines
195 B
HTML
Raw Normal View History

2012-09-19 09:03:25 +09:00
<template name="user_edit">
2014-12-08 20:36:46 +09:00
{{#with user}}
2015-09-17 14:51:14 +09:00
{{#if canEdit this}}
{{> modules zone="profileEdit" moduleData=this}}
{{else}}
{{> no_rights}}
{{/if}}
2014-12-08 20:36:46 +09:00
{{/with}}
</template>