2018-02-09 09:02:14 +00:00
|
|
|
<ion-header>
|
2018-07-13 11:10:55 +00:00
|
|
|
<ion-navbar core-back-button>
|
2018-02-09 09:02:14 +00:00
|
|
|
<ion-title>{{ 'addon.messages.messages' | translate }}</ion-title>
|
2018-02-14 16:19:09 +00:00
|
|
|
<ion-buttons end></ion-buttons>
|
2018-02-09 09:02:14 +00:00
|
|
|
</ion-navbar>
|
|
|
|
</ion-header>
|
|
|
|
<core-split-view>
|
|
|
|
<ion-content>
|
|
|
|
<core-tabs>
|
|
|
|
<core-tab [title]="'addon.messages.messages' | translate" icon="chatbubbles">
|
|
|
|
<ng-template>
|
|
|
|
<addon-messages-discussions></addon-messages-discussions>
|
|
|
|
</ng-template>
|
|
|
|
</core-tab>
|
2018-03-01 15:55:49 +00:00
|
|
|
<core-tab [title]="'addon.messages.contacts' | translate" icon="person">
|
2018-02-09 09:02:14 +00:00
|
|
|
<ng-template>
|
|
|
|
<addon-messages-contacts></addon-messages-contacts>
|
|
|
|
</ng-template>
|
2018-03-01 15:55:49 +00:00
|
|
|
</core-tab>
|
2018-02-09 09:02:14 +00:00
|
|
|
</core-tabs>
|
|
|
|
</ion-content>
|
|
|
|
</core-split-view>
|