mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 08:20:12 +01:00
Fix link to card
This commit is contained in:
parent
8937f18423
commit
b94083e43f
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ template(name="cardMorePopup")
|
||||||
span {{_ 'link-card'}}
|
span {{_ 'link-card'}}
|
||||||
= ' '
|
= ' '
|
||||||
i.fa.colorful(class="{{#if board.isPublic}}fa-globe{{else}}fa-lock{{/if}}")
|
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'}}
|
| {{_ 'added'}}
|
||||||
span.date(title=card.createdAt) {{ moment createdAt 'LLL' }}
|
span.date(title=card.createdAt) {{ moment createdAt 'LLL' }}
|
||||||
a.js-delete(title="{{_ 'card-delete-notice'}}") {{_ 'delete'}}
|
a.js-delete(title="{{_ 'card-delete-notice'}}") {{_ 'delete'}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue