post new offering travel, and user page

This commit is contained in:
arnaucode
2017-01-26 14:13:32 +01:00
parent 5f16f060c1
commit 17f0f740d8
15 changed files with 177 additions and 104 deletions

View File

@@ -24,7 +24,7 @@
</div>
</div>
<a ng-repeat="travel in travels | orderBy: 'date' | filter: search" class="item item-avatar" href="#/app/travels/{{travel._id}}">
<img ng-src="img/{{travel.modality}}.png"/>
<img ng-src="img/{{travel.type}}.png"/>
<h2>{{travel.title}}</h2>
<div class="item-note text-right">
<div class="positive">{{travel.date | date:"dd/MM"}}</div>