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.

46 lines
1.9 KiB

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
  1. <ion-view view-title="Main">
  2. <ion-content class="has-footer">
  3. <a ng-href="#/app/users/{{storageuser._id}}" class="item item-avatar o_purpleG300to500">
  4. <!--<i class="icon ion-person"></i>-->
  5. <img ng-src="{{storageuser.avatar}}">
  6. {{storageuser.username}} {{'profile' | translate}}
  7. <p style="color:#ffffff;">
  8. {{storageuser.travels.length}} {{'travels' | translate }},
  9. {{storageuser.likes.length}} {{'likes' | translate }}
  10. </p>
  11. </a>
  12. <a ng-href="#/app/newTravel" class="item item-icon-left o_purpleG300to500">
  13. <i class="icon ion-map"></i>
  14. {{'New_travel' | translate}}
  15. </a>
  16. <a ng-href="#/app/search" class="item item-icon-left o_purpleG300to500">
  17. <i class="icon ion-search"></i>
  18. {{'Search' | translate }}
  19. </a>
  20. <a ng-href="#/app/travels" class="item item-icon-left o_purpleG300to500">
  21. <i class="icon ion-android-car"></i>
  22. {{'Travels_feed' | translate }}
  23. </a>
  24. <a href="#/app/users" class="item item-icon-left o_purpleG300to500">
  25. <i class="icon ion-person-stalker"></i>
  26. {{'Users' | translate }}
  27. </a>
  28. <a href="#/app/notifications" class="item item-icon-left o_purpleG300to500">
  29. <i class="icon ion-android-notifications"></i>
  30. {{'Notifications' | translate }}
  31. <span class="badge o_purple300">{{storageuser.notifications.length}}</span>
  32. </a>
  33. <a href="#/app/settings" class="item item-icon-left o_purpleG300to500">
  34. <i class="icon ion-settings"></i>
  35. {{'Settings' | translate }}
  36. </a>
  37. <!--<a href="#/app/help" class="item item-icon-left o_purpleG300to500">
  38. <i class="icon ion-ios-paper-outline"></i>
  39. {{'FAQ' | translate }}
  40. </a>
  41. <a href="#/app/help" class="item item-icon-left o_purpleG300to500">
  42. <i class="icon ion-ios-help-outline"></i>
  43. {{'Help' | translate }}
  44. </a>-->
  45. </ion-content>
  46. </ion-view>