Browse Source

fixed travel.to in travel view

master
arnaucode 5 years ago
parent
commit
8749e9113a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/travel/travel.html

+ 1
- 1
app/views/travel/travel.html

@ -26,7 +26,7 @@
From: <b>{{travel.from.name}}</b>
</p>
<p>
To: <b>{{travel.from.name}}</b>
To: <b>{{travel.to.name}}</b>
</p>
<p ng-show="travel.description">
Description: <b>{{travel.description}}</b>

Loading…
Cancel
Save