summaryrefslogtreecommitdiffstats
path: root/client/components/boards
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-10-20 20:02:12 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-10-20 20:02:12 +0200
commit118b434a5aad35df8eefea85624ab9abafab56f0 (patch)
tree551e0123c5b17ca98ef29bcf75a867644299bfa7 /client/components/boards
parent8e0ad9119190ac0cfa22827fa278b498eba02d6c (diff)
downloadwekan-118b434a5aad35df8eefea85624ab9abafab56f0.tar.gz
wekan-118b434a5aad35df8eefea85624ab9abafab56f0.tar.bz2
wekan-118b434a5aad35df8eefea85624ab9abafab56f0.zip
Provide a default date for lists and cards creation date
See https://github.com/wekan/wekan/pull/362#issuecomment-149645497 for motivation. This commit also contains cosmetic changes to the import Popup and on the code style to be more consistent with the code base.
Diffstat (limited to 'client/components/boards')
-rw-r--r--client/components/boards/boardHeader.jade5
1 files changed, 3 insertions, 2 deletions
diff --git a/client/components/boards/boardHeader.jade b/client/components/boards/boardHeader.jade
index e460170b..cb86e9bb 100644
--- a/client/components/boards/boardHeader.jade
+++ b/client/components/boards/boardHeader.jade
@@ -107,8 +107,9 @@ template(name="createBoardPopup")
| {{{_ 'board-private-info'}}}
a.js-change-visibility {{_ 'change'}}.
input.primary.wide(type="submit" value="{{_ 'create'}}")
- | {{_ 'or'}}
- a.js-import {{_ 'import-board'}}
+ span.quiet
+ | {{_ 'or'}}
+ a.js-import {{_ 'import-board'}}
template(name="boardChangeTitlePopup")