mirror of
https://github.com/wekan/wekan.git
synced 2026-01-23 17:56:09 +01:00
Reformat My Cards page
* make the page more visually pleasing
* user +viewer to display Markdown in titles
* modify `colorClass()` in Lists model to return 'list-header-{color}'
* modify `colorClass()` of Swimlanes model to return 'swimlane-{color}'
This commit is contained in:
parent
a0b72d0287
commit
e793e71163
7 changed files with 75 additions and 24 deletions
|
|
@ -1,7 +1,7 @@
|
|||
template(name="listHeader")
|
||||
.list-header.js-list-header(
|
||||
class="{{#if limitToShowCardsCount}}list-header-card-count{{/if}}"
|
||||
class="{{#if colorClass}}list-header-{{colorClass}}{{/if}}")
|
||||
class=colorClass)
|
||||
+inlinedForm
|
||||
+editListTitleForm
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue