mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
11 lines
298 B
HTML
11 lines
298 B
HTML
|
|
<ion-content>
|
||
|
|
<ion-row class="border-top">
|
||
|
|
<ion-col>
|
||
|
|
<button (click)="close()" full class="btn-cancel" shape="round" >Cancelar</button>
|
||
|
|
</ion-col>
|
||
|
|
<ion-col>
|
||
|
|
<button full class="btn-delete" shape="round" >Apagar conversa</button>
|
||
|
|
</ion-col>
|
||
|
|
</ion-row>
|
||
|
|
</ion-content>
|