File tree 2 files changed +8
-12
lines changed
components/routes/campaigns/assessment
styles/components/campaigns/assessment/results
2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,6 @@ export default class EvaluationResults extends Component {
29
29
return ! isAutonomousCourse && ! this .args .model .campaign .isForAbsoluteNovice ;
30
30
}
31
31
32
- get modalTrainings () {
33
- // return 3 first trainings
34
- }
35
-
36
32
@action
37
33
showTrainings () {
38
34
const tabElement = document .querySelector (' [role="tablist"]' );
@@ -85,13 +81,13 @@ export default class EvaluationResults extends Component {
85
81
@ trainings ={{@ model.trainings }}
86
82
@ onResultsShared ={{this .shareResults }}
87
83
/>
84
+ {{#if this . isModalSentResultEnabled }}
85
+ <EvaluationSentResultsModal
86
+ @ trainings ={{@ model.trainings }}
87
+ @ showModal ={{this .showEvaluationResultsModal }}
88
+ @ onCloseButtonClick ={{this .closeModal }}
89
+ />
90
+ {{/if }}
88
91
</main >
89
- {{#if this . isModalSentResultEnabled }}
90
- <EvaluationSentResultsModal
91
- @ trainings ={{@ model.trainings }}
92
- @ showModal ={{this .showEvaluationResultsModal }}
93
- @ onCloseButtonClick ={{this .closeModal }}
94
- />
95
- {{/if }}
96
92
</template >
97
93
}
Original file line number Diff line number Diff line change 39
39
display : inline-block ;
40
40
width : 100% ;
41
41
height : 100% ;
42
- padding : 6.25 vw 5.75 vw ;
42
+ padding : 48 px 80 px ;
43
43
overflow : hidden ;
44
44
color : var (--pix-neutral-900 );
45
45
text-align : center ;
You can’t perform that action at this time.
0 commit comments