You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
358 B

  1. <ion-view view-title="{{'Users' | translate}}">
  2. <ion-content>
  3. <ion-header-bar class="bar bar-header">
  4. <a class="button" ng-click="modal.hide()">Back</a>
  5. <h1 class="title">{{user.username}} profile image</h1>
  6. </ion-header-bar>
  7. <img ng-click="modal.hide()" ng-src="{{user.avatar}}" style="width:100%;" />
  8. </ion-content>
  9. </ion-view>