Top navigation down arrow
This commit is contained in:
parent
f14432cceb
commit
c513dd8e5d
@ -38,6 +38,7 @@
|
||||
<mat-icon svgIcon="red:expand"></mat-icon>
|
||||
{{ 'top-bar.navigation-items.back-to-projects' | translate }}
|
||||
</a>
|
||||
<mat-icon class="primary" *ngIf="!appStateService.activeProject && projectsView" svgIcon="red:arrow-down"></mat-icon>
|
||||
<mat-icon *ngIf="appStateService.activeProject" svgIcon="red:arrow-right"></mat-icon>
|
||||
<a
|
||||
*ngIf="appStateService.activeProject"
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
},
|
||||
"top-bar": {
|
||||
"navigation-items": {
|
||||
"projects": "Projects",
|
||||
"projects": "Active Projects",
|
||||
"back-to-projects": "Back to Projects",
|
||||
"my-account": {
|
||||
"children": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user