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.

18 lines
595 B

  1. <ion-view view-title="User">
  2. <ion-content>
  3. <div class="item item-avatar">
  4. <img ng-src="img/avatars/{{user.avatar}}.png" />
  5. <div class="item-note o-text-right">
  6. <a class="badge badge-calm" href="#/app/users/{{travel.owner}}">{{user.owner}}</a>
  7. </div>
  8. <h2>{{user.username}}</h2>
  9. </div>
  10. <div class="item item-body">
  11. <p class="o-bold">{{user.description}}</p>
  12. <p>{{user.mail}}</p>
  13. <p>
  14. <img class='o-imgMenu' src="img/telegram.png" /> {{user.telegram}}
  15. </p>
  16. </div>
  17. </ion-content>
  18. </ion-view>