Vulcan/packages/telescope-users/lib/client/templates/profile/user_comments.html
2015-05-08 09:20:58 +09:00

6 lines
No EOL
180 B
HTML

<template name="user_comments">
<div class="user-profile-comments grid grid-module">
<h3>{{_ "comments"}}</h3>
{{> commentsListController arguments}}
</div>
</template>