mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-13 11:46:22 +00:00
rebase to the latest main
This commit is contained in:
parent
e0d5cf4b42
commit
66fd18cbdc
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
|||
li(ng-class="{active: (filter == 'shared')}", ng-click="filterProjects('shared')")
|
||||
a(href) #{translate("shared_with_you")}
|
||||
li(ng-class="{active: (filter == 'archived')}", ng-click="filterProjects('archived')")
|
||||
a(href) #{settings.overleaf ? translate("archived_projects") : translate("deleted_projects")}
|
||||
a(href) #{translate("archived_projects")}
|
||||
li(ng-class="{active: (filter == 'trashed')}", ng-click="filterProjects('trashed')")
|
||||
a(href) #{translate("trashed_projects")}
|
||||
li.separator
|
||||
|
|
Loading…
Add table
Reference in a new issue