#86 fix parent level navigation bug

This commit is contained in:
Denys Vuika
2016-05-20 16:55:47 +01:00
parent 91edf81ca2
commit 55c766e74b

View File

@@ -26,8 +26,7 @@
<tbody>
<tr class="parent-folder-link" *ngIf="canNavigateParent()" (click)="onNavigateParentClick($event)">
<td [attr.colspan]="1 + columns?.length">
<button class="mdl-button mdl-js-button mdl-button--icon"
(click)="onNavigateParentClick($event)">
<button class="mdl-button mdl-js-button mdl-button--icon">
<i class="material-icons">arrow_upward</i>
</button>
</td>