Files
doneit-web/src/app/shared/popover/messages-options/messages-options.page.html
T

11 lines
324 B
HTML
Raw Normal View History

2020-12-30 11:13:50 +01:00
<ion-content>
<ion-row class="border-top">
<ion-col>
<button (click)="close()" full class="btn-cancel" shape="round" >Cancelar</button>
</ion-col>
<ion-col>
2021-01-13 10:02:30 +01:00
<button (click)="closeChatRoom()" full class="btn-delete" shape="round" >Apagar conversa</button>
2020-12-30 11:13:50 +01:00
</ion-col>
</ion-row>
</ion-content>