diff --git a/AUTHORS.md b/AUTHORS.md index d8332e530b0..fde1739a4ba 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -104,3 +104,4 @@ If you have contributed to Kolibri, feel free to add your name and Github accoun | Mazen Oweiss | moweiss | | Eshaan Aggarwal | EshaanAgg | | Nikhil Sharma | ThEditor | +| - | BabyElias | diff --git a/kolibri/plugins/facility/assets/src/views/ManageClassPage/index.vue b/kolibri/plugins/facility/assets/src/views/ManageClassPage/index.vue index 9ee5e3da5b5..b41e6d7d1f3 100644 --- a/kolibri/plugins/facility/assets/src/views/ManageClassPage/index.vue +++ b/kolibri/plugins/facility/assets/src/views/ManageClassPage/index.vue @@ -35,70 +35,50 @@ - - - {{ - $tr('tableCaption') - }} - - - {{ coreString('classNameLabel') }} - {{ coreString('coachesLabel') }} - {{ coreString('learnersLabel') }} - - - {{ coreString('userActionsColumnHeader') }} - - + + {{ header.label }} - - - + + + + + + - - - - - - - - - {{ formattedCoachNamesTooltip(classroom) }} - - - - - {{ $formatNumber(classroom.learner_count) }} - - - - - - + {{ formattedCoachNamesTooltip(row[3]) }} + + + + {{ content }} + + + + - + @@ -121,8 +101,6 @@