Commit 051a73054afe6d127a691243fef8e5fb98e963a8
1 parent
a990077b
Menu
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
src/app/data/data.component.html
| ... | ... | @@ -54,6 +54,10 @@ |
| 54 | 54 | <md-icon md-list-icon>dashboard</md-icon> |
| 55 | 55 | Автобусні зупинки |
| 56 | 56 | </a> |
| 57 | + <a md-list-item md-ripple class="block relative" (click)="!media.query('gt-sm') && manageList.close()" [routerLinkActive]="['active']" [routerLinkActiveOptions]="{exact:true}" [routerLink]="['flow-intensity']"> | |
| 58 | + <md-icon md-list-icon>dashboard</md-icon> | |
| 59 | + Інтенсивності | |
| 60 | + </a> | |
| 57 | 61 | </md-nav-list> |
| 58 | 62 | <div td-toolbar-content layout="row" layout-align="start center" flex> |
| 59 | 63 | <span>{{title}}</span> | ... | ... |