Fix activity rendering in the sidebar
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -150,7 +150,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="board-detail-activity" class="tab" ng-if="params.tab==4">
|
||||
<div id="board-detail-activity" class="tab activityTabView" ng-if="params.tab==4">
|
||||
<activity-component ng-if="boardservice.getCurrent()" type="deck_board" element="boardservice.getCurrent()"></activity-component>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user