Made project columns into boxes.
(Instead of cards. Should have better borders and margins.)
This commit is contained in:
parent
ef8ce02cf4
commit
6511607f3c
@ -41,16 +41,12 @@ Project = (self, todod-ws, users) ->
|
|||||||
h \div.column {
|
h \div.column {
|
||||||
key: column.id
|
key: column.id
|
||||||
} [
|
} [
|
||||||
h \div.card { key: self.id } [
|
h \div.box { key: self.id } [
|
||||||
h \div.cart-head [
|
|
||||||
h \p.title.is-4 [ column.title ]
|
h \p.title.is-4 [ column.title ]
|
||||||
]
|
|
||||||
h \div.card-content { key: self.id } [
|
|
||||||
for task in tasks-to-display
|
for task in tasks-to-display
|
||||||
task.render!
|
task.render!
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
]
|
|
||||||
|
|
||||||
self.inner-nav-render = ->
|
self.inner-nav-render = ->
|
||||||
h \div.navbar-item [ h \a.subtitle.is-3 [ self.title ] ]
|
h \div.navbar-item [ h \a.subtitle.is-3 [ self.title ] ]
|
||||||
|
Loading…
Reference in New Issue
Block a user