fixed travel.to in travel view

This commit is contained in:
arnaucode
2018-06-18 12:31:31 +02:00
parent 4aa2d007fd
commit 8749e9113a

View File

@@ -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>