-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Milestone
Description
I tried to fix it with similar way that @nztqa did with Link to this card #1087 with Link to this list feature #1050 added by @BaobabCoder but I did not get it to work with this code:
diff --git a/client/components/lists/listHeader.jade b/client/components/lists/listHeader.jade
index 1190558..6ce2859 100644
--- a/client/components/lists/listHeader.jade
+++ b/client/components/lists/listHeader.jade
@@ -53,7 +53,7 @@ template(name="listMorePopup")
span {{_ 'link-list'}}
= ' '
i.fa.colorful(class="{{#if board.isPublic}}fa-globe{{else}}fa-lock{{/if}}")
- input.inline-input(type="text" readonly value="{{ rootUrl }}")
+ input.inline-input(type="text" readonly value="{{ absoluteUrl }}")
| {{_ 'added'}}
span.date(title=list.createdAt) {{ moment createdAt 'LLL' }}
a.js-delete {{_ 'delete'}}