1
0
Fork 0
mirror of https://github.com/vale981/Vulcan synced 2025-03-12 21:36:38 -04:00
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>