diff --git a/views/tour.pug b/views/tour.pug index a060c4e..16ad22e 100644 --- a/views/tour.pug +++ b/views/tour.pug @@ -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