2015-05-07 18:54:46 +09:00
|
|
|
<template name="user_upvoted_posts">
|
2014-12-08 14:53:26 +09:00
|
|
|
<div class="user-profile-votes grid grid-module">
|
|
|
|
<h3>{{_ "upvoted_posts"}}</h3>
|
2015-05-07 18:54:46 +09:00
|
|
|
{{> postsListController arguments}}
|
2014-12-08 14:53:26 +09:00
|
|
|
</div>
|
|
|
|
</template>
|