mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 01:36:57 +00:00
Merge pull request #1697 from sharelatex/cmg-leave-archived
Leave an archived project GitOrigin-RevId: c1da7fdff9ae90b9992ed99dbcff3e7ee31ec4d9
This commit is contained in:
parent
f8066349c4
commit
ab6565beb8
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ if settings.overleaf
|
|||
)
|
||||
i.icon.fa.fa-inbox(aria-hidden="true")
|
||||
button.btn.btn-link.action-btn(
|
||||
ng-if="!project.archived && !isOwner()"
|
||||
ng-if="!isOwner()"
|
||||
aria-label=translate('leave'),
|
||||
tooltip=translate('leave'),
|
||||
tooltip-placement="top",
|
||||
|
|
Loading…
Reference in a new issue