mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #996 from Victrid:patch-1
GitOrigin-RevId: 20532c2a48a28bbda141588963a3693d5ca3fbb6
This commit is contained in:
commit
bbccff33fa
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…
Reference in a new issue