Skip to content

Commit

Permalink
Fix: When WIP limit in use, hide also add card + button at top of lis…
Browse files Browse the repository at this point in the history
…t. Thanks to xet7 !
  • Loading branch information
xet7 committed Oct 9, 2017
1 parent 6a89914 commit a5daf5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/components/lists/listHeader.jade
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ template(name="listHeader")
if isWatching
i.list-header-watch-icon.fa.fa-eye
div.list-header-menu
a.js-add-card.fa.fa-plus.list-header-plus-icon
unless isWipLimitEnabled
a.js-add-card.fa.fa-plus.list-header-plus-icon
a.fa.fa-navicon.js-open-list-menu

template(name="editListTitleForm")
Expand Down

0 comments on commit a5daf5d

Please sign in to comment.