Skip to content

Commit

Permalink
broke a few things
Browse files Browse the repository at this point in the history
  • Loading branch information
abarnhard committed Aug 24, 2014
1 parent 720b805 commit 30c1c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/trips/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ block content
td= trip.destinationLoc.name
td= moment(trip.from).format('MMM Do YY')
td= moment(trip.to).format('MMM Do YY')
td= trip.stops
td= trip.numStops
td #{trip.distance.toFixed(2)} mi
td= trip.mpg
td $#{trip.costPerGal.toFixed(2)}
Expand Down

0 comments on commit 30c1c5c

Please sign in to comment.