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.

23 lines
803 B

  1. <ion-view view-title="Travel">
  2. <ion-content>
  3. <div class="item item-avatar">
  4. <img ng-src="img/carimg/{{travel.icon}}.png">
  5. <h2>{{travel.title}}</h2>
  6. <p>{{travel.owner}}</p>
  7. </div>
  8. <div class="item item-body">
  9. <div class="badge item-note">{{travel.date | date:"dd/MM HH:mm a"}}</div>
  10. <p><img class='o-imgTitle' src="img/from-to.png" />{{travel.from}} - {{travel.to}}</p>
  11. <p>nº car seats: {{trave.seats}}</p>
  12. <p class="o-bold">{{travel.description}}</p>
  13. <br>
  14. <p>
  15. <img class='o-imgMenu' src="img/smartphone.png" /> {{travel.phone}}
  16. </p>
  17. <p class='text-right'>
  18. <a href="#" class="button button-calm o-pull-right">Ask to join</a>
  19. </p>
  20. </div>
  21. </ion-content>
  22. </ion-view>