File tree Expand file tree Collapse file tree 4 files changed +4
-9
lines changed
course-admin/stage-insights-page
utils/course-page-step-list Expand file tree Collapse file tree 4 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 1818 <div class =" flex flex-col items-end" >
1919 <LinkTo
2020 @route =" course.stage.instructions"
21- @models ={{ array @stage.course.slug @stage.identifierForURL }}
21+ @models ={{ array @stage.course.slug @stage.slug }}
2222 class =" text-gray-400 flex items-center hover:text-gray-600"
2323 target =" _blank"
2424 rel =" noopener noreferrer"
Original file line number Diff line number Diff line change 11<LinkTo
22 @route =" course.stage.instructions"
3- @models ={{ array @stage.course.slug @stage.identifierForURL }}
3+ @models ={{ array @stage.course.slug @stage.slug }}
44 class =" block hover:bg-gray-50 dark:hover:bg-gray-700/50 py-1.5 -mx-1.5 px-1.5 rounded-sm"
55 data-test-stage-list-item
66 ...attributes
Original file line number Diff line number Diff line change 11<div class =" bg-white min-h-screen" >
22 <div class =" container mx-auto pt-4 pb-10 px-6" >
33 <div class =" py-3 border-b border-gray-200 mb-6" >
4- <TertiaryLinkButton
5- @route =" course.stage.code-examples"
6- @models ={{ array @model.solution.courseStage.identifierForURL }}
7- @size =" small"
8- class =" pl-1.5 mb-3"
9- >
4+ <TertiaryLinkButton @route =" course.stage.code-examples" @models ={{ array @model.solution.courseStage.slug }} @size =" small" class =" pl-1.5 mb-3" >
105 <div class =" flex items-center" >
116 {{ svg-jar " arrow-circle-left" class =" w-4 h-4 mr-1.5 text-gray-500" }}
127
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ Check the [How to pass this stage](#first-stage-tutorial-card) section for instr
121121 get routeParams ( ) {
122122 return {
123123 route : 'course.stage.instructions' ,
124- models : [ this . courseStage . course . slug , this . courseStage . identifierForURL ] ,
124+ models : [ this . courseStage . course . slug , this . courseStage . slug ] ,
125125 } ;
126126 }
127127
You can’t perform that action at this time.
0 commit comments