mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
bugfix
This commit is contained in:
parent
09eb158e3e
commit
62a9b8dcaa
2 changed files with 5 additions and 3 deletions
|
@ -2,6 +2,8 @@ accounts-base@1.2.0
|
||||||
accounts-oauth@1.1.5
|
accounts-oauth@1.1.5
|
||||||
accounts-password@1.1.1
|
accounts-password@1.1.1
|
||||||
accounts-twitter@1.0.4
|
accounts-twitter@1.0.4
|
||||||
|
accounts-ui@1.1.5
|
||||||
|
accounts-ui-unstyled@1.1.7
|
||||||
aldeed:autoform@5.1.2
|
aldeed:autoform@5.1.2
|
||||||
aldeed:collection2@2.3.3
|
aldeed:collection2@2.3.3
|
||||||
aldeed:http@0.2.2
|
aldeed:http@0.2.2
|
||||||
|
@ -11,7 +13,7 @@ aramk:tinycolor@1.1.0_1
|
||||||
aslagle:reactive-table@0.7.3
|
aslagle:reactive-table@0.7.3
|
||||||
autoupdate@1.2.1
|
autoupdate@1.2.1
|
||||||
base64@1.0.3
|
base64@1.0.3
|
||||||
bengott:avatar@0.7.6
|
bengott:avatar@0.7.7
|
||||||
binary-heap@1.0.3
|
binary-heap@1.0.3
|
||||||
blaze@2.1.2
|
blaze@2.1.2
|
||||||
blaze-tools@1.0.3
|
blaze-tools@1.0.3
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<template name="user_downvoted_posts">
|
<template name="user_subscribed_posts">
|
||||||
<div class="user-profile-votes grid grid-module">
|
<div class="user-profile-subscribed grid grid-module">
|
||||||
<h3>{{_ "subscribed_posts"}}</h3>
|
<h3>{{_ "subscribed_posts"}}</h3>
|
||||||
{{> postsListController arguments}}
|
{{> postsListController arguments}}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue