summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardsList.jade
diff options
context:
space:
mode:
authorboeserwolf <github@noxware.de>2020-04-19 12:45:04 +0300
committerboeserwolf <github@noxware.de>2020-04-19 13:49:10 +0300
commitef5f38f431dbedbecc81135702764cdc08797177 (patch)
tree7c1059ed42b9cecedf23325e662c2c2acf377ba9 /client/components/boards/boardsList.jade
parentb3efa71d1373ede679282be35cba947dc2b868ff (diff)
downloadwekan-ef5f38f431dbedbecc81135702764cdc08797177.tar.gz
wekan-ef5f38f431dbedbecc81135702764cdc08797177.tar.bz2
wekan-ef5f38f431dbedbecc81135702764cdc08797177.zip
Make boards sortable
Diffstat (limited to 'client/components/boards/boardsList.jade')
-rw-r--r--client/components/boards/boardsList.jade4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/components/boards/boardsList.jade b/client/components/boards/boardsList.jade
index 46086693..bbce1d6f 100644
--- a/client/components/boards/boardsList.jade
+++ b/client/components/boards/boardsList.jade
@@ -1,10 +1,10 @@
template(name="boardList")
.wrapper
- ul.board-list.clearfix
+ ul.board-list.clearfix.js-boards
li.js-add-board
a.board-list-item.label {{_ 'add-board'}}
each boards
- li(class="{{#if isStarred}}starred{{/if}}" class=colorClass)
+ li(class="{{#if isStarred}}starred{{/if}}" class=colorClass).js-board
if isInvited
.board-list-item
span.details