mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Add the ability to change the card background
Currently the only way to set it is via the REST API
This commit is contained in:
parent
c87a8b86ae
commit
b0ac10d94a
8 changed files with 200 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
template(name="cardDetails")
|
||||
section.card-details.js-card-details.js-perfect-scrollbar: .card-details-canvas
|
||||
.card-details-header
|
||||
.card-details-header(class='{{#if colorClass}}card-details-{{colorClass}}{{/if}}')
|
||||
+inlinedForm(classNames="js-card-details-title")
|
||||
+editCardTitleForm
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue