mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Change to relative path and /var/attachments to store
This commit is contained in:
parent
6ebd6defe9
commit
d26bf04bfa
5 changed files with 31 additions and 27 deletions
|
|
@ -33,6 +33,6 @@ Template.minicard.helpers({
|
|||
return Meteor.user().hasHiddenMinicardLabelText();
|
||||
},
|
||||
coverUrl() {
|
||||
return Attachments.findOne(this.coverId).link();
|
||||
return Attachments.findOne(this.coverId).link('original', '/');
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue