Vulcan/client/views/users/user_edit.html

8 lines
164 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}}
{{#each userProfileEdit}}
{{> UI.dynamic template=getTemplate data=..}}
{{/each}}
{{/with}}
</template>