Fix dashboard subscriptions list

Subscriptions for 'Stories created by me' were not displaying
correctly (the subscription stars were always empty). This
fixes the problem!

Change-Id: If13381bc98ffd09c00c9a9de9c988e121411f9e9
This commit is contained in:
Zara 2015-11-16 15:05:18 +00:00
parent 1588134d1d
commit 010a770214

View File

@ -83,7 +83,9 @@
<td>
<subscribe class="pull-right"
resource="story"
resource-id="story.id"></subscribe>
resource-id="story.id"
subscriptions="storySubscriptions">
</subscribe>
<p>
<a href="#!/story/{{story.id}}">
{{story.title}}