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:
parent
13984cb8de
commit
104cc6c1d6
@ -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>
|
||||
|
@ -21,4 +21,8 @@
|
||||
|
||||
.indented {
|
||||
padding: 0px 15px;
|
||||
}
|
||||
|
||||
table subscribe{
|
||||
margin: 2px;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user