mirror of
https://github.com/wekan/wekan.git
synced 2026-02-03 23:21:47 +01:00
fixup! fix: cover image - works now
This commit is contained in:
parent
bb780976e9
commit
94bf192f12
2 changed files with 5 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ template(name="minicard")
|
|||
.handle
|
||||
.fa.fa-arrows
|
||||
if cover
|
||||
.minicard-cover(style="background-image: url('{{cover.link}}');")
|
||||
.minicard-cover(style="background-image: url('{{cover.link 'original' '/'}}');")
|
||||
if labels
|
||||
.minicard-labels(class="{{#if hiddenMinicardLabelText}}minicard-labels-no-text{{/if}}")
|
||||
each labels
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue