2015-05-07 18:54:46 +09:00
|
|
|
<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>
|