mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
11 lines
324 B
HTML
11 lines
324 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 (click)="closeChatRoom()" full class="btn-delete" shape="round" >Apagar conversa</button>
|
|
</ion-col>
|
|
</ion-row>
|
|
</ion-content>
|