allow subscriptions to projects when items in project groups list are expanded

Story: 2000545
Task: 2911

Change-Id: I84a0fc3bd8f18df87a505dc82df0a00863f1b9a5
Signed-off-by: Ankita Bansal <ankitabansal2798@gmail.com>
This commit is contained in:
Ankita Bansal 2019-03-11 13:03:58 +05:30
parent 13984cb8de
commit 104cc6c1d6
2 changed files with 12 additions and 0 deletions

View File

@ -40,6 +40,14 @@
<a href="#!/project/{{project.name}}">
{{project.name}}
</a>
<small ng-show="isLoggedIn">
<subscribe class="pull-left"
resource="project"
resource-id="project.id"
subscriptions="projectSubscriptions"
>
</subscribe>
</small>
</td>
</tr>
</tbody>

View File

@ -21,4 +21,8 @@
.indented {
padding: 0px 15px;
}
table subscribe{
margin: 2px;
}