summaryrefslogtreecommitdiffstats
path: root/client/components/swimlanes/swimlanes.jade
diff options
context:
space:
mode:
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>2019-01-24 15:16:13 +0100
committerBenjamin Tissoires <benjamin.tissoires@redhat.com>2019-01-24 20:51:38 +0100
commit416b17062e57f215206e93a85b02ef9eb1ab4902 (patch)
treefda49dbeb9edeb91a5b4916abe45c849e7b1f540 /client/components/swimlanes/swimlanes.jade
parentdd88eb4cc191a06f7eb84213b026dfb93546f245 (diff)
downloadwekan-416b17062e57f215206e93a85b02ef9eb1ab4902.tar.gz
wekan-416b17062e57f215206e93a85b02ef9eb1ab4902.tar.bz2
wekan-416b17062e57f215206e93a85b02ef9eb1ab4902.zip
Remove the 'Add Swimlane' entry and replace it by a plus sign
Still need to create the swimlane right after the one that has been created
Diffstat (limited to 'client/components/swimlanes/swimlanes.jade')
-rw-r--r--client/components/swimlanes/swimlanes.jade14
1 files changed, 0 insertions, 14 deletions
diff --git a/client/components/swimlanes/swimlanes.jade b/client/components/swimlanes/swimlanes.jade
index 4380de2b..cd864a7c 100644
--- a/client/components/swimlanes/swimlanes.jade
+++ b/client/components/swimlanes/swimlanes.jade
@@ -36,20 +36,6 @@ template(name="listsGroup")
if currentUser.isBoardMember
+addListForm
-template(name="addSwimlaneForm")
- .list.list-composer.js-list-composer
- .list-header
- +inlinedForm(autoclose=false)
- input.swimlane-name-input.full-line(type="text" placeholder="{{_ 'add-swimlane'}}"
- autocomplete="off" autofocus)
- .edit-controls.clearfix
- button.primary.confirm(type="submit") {{_ 'save'}}
- a.fa.fa-times-thin.js-close-inlined-form
- else
- a.open-list-composer.js-open-inlined-form
- i.fa.fa-plus
- | {{_ 'add-swimlane'}}
-
template(name="addListForm")
.list.list-composer.js-list-composer
.list-header