Vulcan/packages/telescope-users/lib/client/templates/profile/user_comments.html

6 lines
180 B
HTML
Raw Normal View History

<template name="user_comments">
2014-12-08 14:53:26 +09:00
<div class="user-profile-comments grid grid-module">
2015-05-08 09:20:58 +09:00
<h3>{{_ "comments"}}</h3>
{{> commentsListController arguments}}
2014-12-08 14:53:26 +09:00
</div>
</template>