Vulcan/packages/telescope-subscribe-to-posts/lib/client/templates/user_subscribed_posts.html
Sacha Greif 62a9b8dcaa bugfix
2015-05-08 09:58:45 +09:00

6 lines
No EOL
195 B
HTML

<template name="user_subscribed_posts">
<div class="user-profile-subscribed grid grid-module">
<h3>{{_ "subscribed_posts"}}</h3>
{{> postsListController arguments}}
</div>
</template>