mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
6 lines
No EOL
186 B
HTML
6 lines
No EOL
186 B
HTML
<template name="user_upvoted_posts">
|
|
<div class="user-profile-votes grid grid-module">
|
|
<h3>{{_ "upvoted_posts"}}</h3>
|
|
{{> posts_list_controller arguments}}
|
|
</div>
|
|
</template> |