diff --git a/web/app/views/clients/teachers/setup/_basics.html.slim b/web/app/views/clients/teachers/setup/_basics.html.slim index 09d092711..f3ce542dc 100644 --- a/web/app/views/clients/teachers/setup/_basics.html.slim +++ b/web/app/views/clients/teachers/setup/_basics.html.slim @@ -7,7 +7,7 @@ = render "screen_navigation" .content-body .content-body-scroller - form.teacher-setup-form + .teacher-setup-form .teacher-setup-step-1.teacher-step.content-wrapper h2 edit teacher: basics =react_component 'TeacherSetupBasics', {} diff --git a/web/app/views/clients/teachers/setup/_experience.html.slim b/web/app/views/clients/teachers/setup/_experience.html.slim index 5cb25f959..4287ac7e8 100644 --- a/web/app/views/clients/teachers/setup/_experience.html.slim +++ b/web/app/views/clients/teachers/setup/_experience.html.slim @@ -1,4 +1,4 @@ -#teacher-setup-experience.screen.secondary layout="screen" layout-id="teachers/setup/experience" +#teacher-setup-experience.teacher-setup.screen.secondary layout="screen" layout-id="teachers/setup/experience" .content-head .content-icon = image_tag "content/icon_bands.png", :size => "19x19" @@ -7,7 +7,7 @@ = render "screen_navigation" .content-body .content-body-scroller - form.teacher-setup-form + .teacher-setup-form .teacher-setup-step-2.teacher-step.content-wrapper h2 edit teacher: experience =react_component 'TeacherSetupExperience', {} \ No newline at end of file diff --git a/web/app/views/clients/teachers/setup/_introduction.html.slim b/web/app/views/clients/teachers/setup/_introduction.html.slim index 839e49a5b..95f8c6fd1 100644 --- a/web/app/views/clients/teachers/setup/_introduction.html.slim +++ b/web/app/views/clients/teachers/setup/_introduction.html.slim @@ -7,7 +7,7 @@ = render "screen_navigation" .content-body .content-body-scroller - form.teacher-setup-form + .teacher-setup-form .teacher-setup-step-0.teacher-step.content-wrapper h2 edit teacher: introduction =react_component 'TeacherSetupIntroduction' \ No newline at end of file diff --git a/web/app/views/clients/teachers/setup/_pricing.html.slim b/web/app/views/clients/teachers/setup/_pricing.html.slim index 50991289f..e67b887dc 100644 --- a/web/app/views/clients/teachers/setup/_pricing.html.slim +++ b/web/app/views/clients/teachers/setup/_pricing.html.slim @@ -7,7 +7,7 @@ = render "screen_navigation" .content-body .content-body-scroller - form.teacher-setup-form + .teacher-setup-form .teacher-setup-step-3.teacher-step.content-wrapper h2 edit teacher: pricing =react_component 'TeacherSetupPricing', {} \ No newline at end of file