mirror of
https://github.com/wekan/wekan.git
synced 2026-02-24 08:54:06 +01:00
Right top User Settings / Grey Icons. Also fixed Change Language popup.
Thanks to xet7 !
This commit is contained in:
parent
1808ea7384
commit
300b653ea3
15 changed files with 237 additions and 149 deletions
|
|
@ -29,7 +29,7 @@ template(name="cardDetails")
|
|||
title="{{_ 'copy-card-link-to-clipboard'}}"
|
||||
href="{{ originRelativeUrl }}"
|
||||
)
|
||||
| 🔗
|
||||
span.emoji-icon 🔗
|
||||
span.copied-tooltip {{_ 'copied'}}
|
||||
else
|
||||
unless isPopup
|
||||
|
|
@ -43,7 +43,7 @@ template(name="cardDetails")
|
|||
title="{{_ 'copy-card-link-to-clipboard'}}"
|
||||
href="{{ originRelativeUrl }}"
|
||||
)
|
||||
| 🔗
|
||||
span.emoji-icon 🔗
|
||||
span.copied-tooltip {{_ 'copied'}}
|
||||
h2.card-details-title.js-card-title(
|
||||
class="{{#if canModifyCard}}js-open-inlined-form is-editable{{/if}}")
|
||||
|
|
@ -767,7 +767,7 @@ template(name="cardDetailsActionsPopup")
|
|||
ul.pop-over-list
|
||||
li
|
||||
a.js-more
|
||||
| 🔗
|
||||
span.emoji-icon 🔗
|
||||
| {{_ 'cardMorePopup-title'}}
|
||||
|
||||
template(name="exportCardPopup")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue