mirror of
https://github.com/wekan/wekan.git
synced 2026-02-06 08:31:48 +01:00
parent
c804813e5f
commit
a78debc461
6 changed files with 12 additions and 8 deletions
|
|
@ -15,7 +15,7 @@ template(name="attachmentsGalery")
|
|||
.attachment-thumbnail
|
||||
if isUploaded
|
||||
if isImage
|
||||
img.attachment-thumbnail-img(src=url)
|
||||
img.attachment-thumbnail-img(src="{{pathfor url}}")
|
||||
else
|
||||
span.attachment-thumbnail-ext= extension
|
||||
else
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ template(name="minicard")
|
|||
.minicard
|
||||
if cover
|
||||
.minicard-cover
|
||||
img(src=cover.url)
|
||||
img(src="{{pathFor cover.url}}")
|
||||
if labels
|
||||
.minicard-labels
|
||||
each labels
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue