15 lines
485 B
HTML
Raw Normal View History

2017-11-24 12:31:09 +01:00
<ion-header>
<ion-navbar>
<ion-title>{{ 'mm.login.help' | translate }}</ion-title>
<ion-buttons end>
<button ion-button icon-only (click)="closeHelp()" [attr.aria-label]="'mm.core.close' | translate">
<ion-icon name="close"></ion-icon>
</button>
</ion-buttons>
</ion-navbar>
</ion-header>
<ion-content padding>
<core-format-text [text]="'mm.login.helpmelogin' | translate"></core-format-text>
</ion-content>