mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Copy card link to clipboard. Thanks to xet7 ! Closes #1188
This commit is contained in:
parent
1b40c42cab
commit
84d40bd3e3
38 changed files with 82 additions and 17 deletions
|
|
@ -141,7 +141,10 @@ 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="{{ absoluteUrl }}")
|
||||
input.inline-input(type="text" id="cardURL" readonly value="{{ absoluteUrl }}")
|
||||
button.js-copy-card-link-to-clipboard(class="btn") {{_ 'copy-card-link-to-clipboard'}}
|
||||
span.clearfix
|
||||
br
|
||||
| {{_ 'added'}}
|
||||
span.date(title=card.createdAt) {{ moment createdAt 'LLL' }}
|
||||
a.js-delete(title="{{_ 'card-delete-notice'}}") {{_ 'delete'}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue