mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-05 16:53:01 +00:00
Merge pull request #1680 from sharelatex/cmg-hide-unarchive
Only show unarchive button for project owners GitOrigin-RevId: 5990be70cfcd9cf0708248d78845dc163a59a8b3
This commit is contained in:
parent
e6943e8e71
commit
9e63211a17
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ if settings.overleaf
|
|||
)
|
||||
i.icon.fa.fa-sign-out(aria-hidden="true")
|
||||
button.btn.btn-link.action-btn(
|
||||
ng-if="project.archived"
|
||||
ng-if="project.archived && isOwner()"
|
||||
aria-label=translate('unarchive'),
|
||||
tooltip=translate('unarchive'),
|
||||
tooltip-placement="top",
|
||||
|
|
Loading…
Reference in a new issue