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

This commit is contained in:
Zuul 2019-03-15 19:21:13 +00:00 committed by Gerrit Code Review
commit 0bb4d753cd
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;
}