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:
parent
1588134d1d
commit
010a770214
@ -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}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user