Merge pull request #1602 from crazyserver/MOBILE-2507-2

MOBILE-2507 profile: Adapt roles to the screen
main
Juan Leyva 2018-11-13 11:03:58 +01:00 committed by GitHub
commit 02909f37f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
</div>
<h2><core-format-text [text]="user.fullname"></core-format-text></h2>
<p><core-format-text *ngIf="user.address" [text]="user.address"></core-format-text></p>
<p *ngIf="user.roles">
<p *ngIf="user.roles" text-wrap>
<strong>{{ 'core.user.roles' | translate}}</strong>{{'core.labelsep' | translate}}
<core-format-text [text]="user.roles"></core-format-text>
</p>