mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
83ba2ebbd2
implemented delete DM messages
11 lines
375 B
HTML
11 lines
375 B
HTML
<ion-content class="container">
|
|
<div class="arrow-right">
|
|
<button class="btn-no-color" (click)="close()">
|
|
<ion-icon src='assets/images/theme/gov/icons-calendar-arrow-right.svg'></ion-icon>
|
|
</button>
|
|
</div>
|
|
<div class="buttons">
|
|
<button (click)="closeChatRoom()" full class="btn-delete" shape="round" >Apagar conversa</button>
|
|
</div>
|
|
</ion-content>
|