Skip to content

Commit

Permalink
msg
Browse files Browse the repository at this point in the history
  • Loading branch information
stryder2000 committed Feb 22, 2021
1 parent 061b227 commit 393b58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/tour.pug
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ block content
+overviewBox('Next date', date, 'calendar')
+overviewBox('Difficulty', tour.difficulty, 'trending-up')
+overviewBox('Participants', `${tour.maxGroupSize} people`, 'user')
+overviewBox('Rating', `${tour.ratingsAverage / 5}`, 'star')
+overviewBox('Rating', `${tour.ratingsAverage}`, 'star')

.overview-box__group
h2.heading-secondary.ma-bt-lg Your tour guides
Expand Down

0 comments on commit 393b58f

Please sign in to comment.