mirror of
https://github.com/wekan/wekan.git
synced 2026-02-04 07:31:47 +01:00
Update Font Awesome version to 6.4.2
This commit is contained in:
parent
f56ac1d45e
commit
ffdeed099e
2123 changed files with 273970 additions and 31 deletions
|
|
@ -103,7 +103,7 @@ template(name="attachmentActionsPopup")
|
|||
if isImage
|
||||
a(class="{{#if isCover}}js-remove-cover{{else}}js-add-cover{{/if}}")
|
||||
i.fa.fa-book
|
||||
i.fa.fa-picture-o
|
||||
i.fa.fa-image
|
||||
if isCover
|
||||
| {{_ 'remove-cover'}}
|
||||
else
|
||||
|
|
@ -111,7 +111,7 @@ template(name="attachmentActionsPopup")
|
|||
if currentUser.isBoardAdmin
|
||||
if isImage
|
||||
a(class="{{#if isBackgroundImage}}js-remove-background-image{{else}}js-add-background-image{{/if}}")
|
||||
i.fa.fa-picture-o
|
||||
i.fa.fa-image
|
||||
if isBackgroundImage
|
||||
| {{_ 'remove-background-image'}}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue