|
@@ -141,7 +141,7 @@ template(name="cardMorePopup")
|
|
|
span {{_ 'link-card'}}
|
|
|
= ' '
|
|
|
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=card.createdAt) {{ moment createdAt 'LLL' }}
|
|
|
a.js-delete(title="{{_ 'card-delete-notice'}}") {{_ 'delete'}}
|