mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Fix indent.
Thanks to xet7 !
This commit is contained in:
parent
6b22f96313
commit
415e94d187
1 changed files with 1 additions and 2 deletions
|
@ -211,8 +211,7 @@ Template.activity.helpers({
|
|||
});
|
||||
|
||||
function createCardLink(card) {
|
||||
if (!card)
|
||||
return '';
|
||||
if (!card) return '';
|
||||
return (
|
||||
card &&
|
||||
Blaze.toHTML(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue