minor
This commit is contained in:
@@ -5,8 +5,8 @@ v-container#home(fluid)
|
|||||||
#announcements.mx-1.mt-1(v-if='announcements.length')
|
#announcements.mx-1.mt-1(v-if='announcements.length')
|
||||||
Announcement(v-for='announcement in announcements' :key='`a_${announcement.id}`' :announcement='announcement')
|
Announcement(v-for='announcement in announcements' :key='`a_${announcement.id}`' :announcement='announcement')
|
||||||
|
|
||||||
.mb-1.mt-3
|
.mb-1.mt-3.ml-2
|
||||||
v-btn(v-for='cohort in cohorts' text color='primary' :key='cohort.id' :to='`g/${cohort.name}`' v-text='cohort.name')
|
v-btn(v-for='cohort in cohorts' text color='primary' :key='cohort.id' :to='`g/${cohort.name}`') {{cohort.name}}
|
||||||
|
|
||||||
//- Calendar and search bar
|
//- Calendar and search bar
|
||||||
v-row.pt-0.pt-sm-2.pl-0.pl-sm-2
|
v-row.pt-0.pt-sm-2.pl-0.pl-sm-2
|
||||||
|
|||||||
Reference in New Issue
Block a user