diff --git a/kolibri/plugins/coach/assets/src/views/plan/LessonsRootPage/index.vue b/kolibri/plugins/coach/assets/src/views/plan/LessonsRootPage/index.vue index 777c68f9780..8b8ad2de172 100644 --- a/kolibri/plugins/coach/assets/src/views/plan/LessonsRootPage/index.vue +++ b/kolibri/plugins/coach/assets/src/views/plan/LessonsRootPage/index.vue @@ -2,7 +2,31 @@ - + + + {{ coachString('totalLessonsSize', { size: calcTotalSizeOfVisibleLessons }) }}

-
- - -
+ +
+ + +
+
- .filter-and-button { - display: flex; - align-items: center; - justify-content: space-between; - margin-top: 24px; - margin-bottom: 24px; - - button { - align-self: flex-end; - } + .total-size { + padding: 16px 0 0; } - .total-size { - padding: 16px 0; + .class-name-icon { + position: relative; + top: 0.4em; + width: 1.5em; + height: 1.5em; + margin-right: 0.5em; } diff --git a/kolibri/plugins/coach/assets/src/views/reports/ReportsControls.vue b/kolibri/plugins/coach/assets/src/views/reports/ReportsControls.vue index 15a689ae307..d9223e88f3a 100644 --- a/kolibri/plugins/coach/assets/src/views/reports/ReportsControls.vue +++ b/kolibri/plugins/coach/assets/src/views/reports/ReportsControls.vue @@ -78,7 +78,9 @@ this.$route.name === 'ReportsQuizListPage' || this.$route.name === 'ReportsGroupListPage' || this.$route.name === 'ReportsLearnerListPage' || - this.$route.name === 'ReportsLessonListPage' + this.$route.name === 'ReportsLessonListPage' || + this.$route.name === 'PLAN_LESSONS_ROOT' || + this.$route.name === 'PLAN_LESSONS_ROOT_BETTER' ); }, classLearnersListRoute() {