Fix issues with board list
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
committed by
Julius Härtl
parent
227f510d73
commit
2b1bac9a2f
@@ -20,8 +20,8 @@
|
||||
<tbody>
|
||||
<tr data-ng-repeat="b in boardservice.sorted" ng-class="{deleted: b.deletedAt > 0}">
|
||||
<td ng-click="gotoBoard(b)">
|
||||
<span class="board-bullet"
|
||||
style="background-color:#{{b.color}};"> </span>
|
||||
<div class="board-bullet"
|
||||
style="background-color:#{{b.color}};"> </div>
|
||||
</td>
|
||||
<td>
|
||||
<div ng-click="gotoBoard(b)" ng-show="!b.status.edit">{{ b.title }}</div>
|
||||
|
||||
Reference in New Issue
Block a user