Merge "allow subscriptions to projects when items in project groups list are expanded"
This commit is contained in:
commit
0bb4d753cd
@ -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