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>
|
||||
<div class="btn-group btn-group-sm">
|
||||
<!-- Edit account. -->
|
||||
<button type="button" class="btn-floating green lighten-2"
|
||||
(click)="modify()">
|
||||
@ -64,7 +63,6 @@ import { AccountEditModalComponent } from './accountEditModal.component';
|
||||
[routerLink]="['/account', account.id, 'scheduler']">
|
||||
<span class="fa fa-clock-o"></span>
|
||||
</button>
|
||||
</div>
|
||||
</td>
|
||||
`
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user