Remove button groups.
This commit is contained in:
parent
9b6ae093a4
commit
6a4523aceb
@ -45,7 +45,6 @@ import { AccountEditModalComponent } from './accountEditModal.component';
|
|||||||
<td>{{ account.authorized_overdraft | currency:"EUR":true }}</td>
|
<td>{{ account.authorized_overdraft | currency:"EUR":true }}</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
<div class="btn-group btn-group-sm">
|
|
||||||
<!-- Edit account. -->
|
<!-- Edit account. -->
|
||||||
<button type="button" class="btn-floating green lighten-2"
|
<button type="button" class="btn-floating green lighten-2"
|
||||||
(click)="modify()">
|
(click)="modify()">
|
||||||
@ -64,7 +63,6 @@ import { AccountEditModalComponent } from './accountEditModal.component';
|
|||||||
[routerLink]="['/account', account.id, 'scheduler']">
|
[routerLink]="['/account', account.id, 'scheduler']">
|
||||||
<span class="fa fa-clock-o"></span>
|
<span class="fa fa-clock-o"></span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
|
||||||
</td>
|
</td>
|
||||||
`
|
`
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user