Skip to content

Commit c81ef24

Browse files
author
Benedikt Artelt
committed
Merge branch 'swp_autoping_implement_modular_layout' into codeocean-tuil-dynlay
2 parents dd42a13 + 6a7fb06 commit c81ef24

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/views/exercises/_editor_output.html.slim

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@
3535
/= row(label: 'exercises.implement.output', value: link_to(t('shared.show'), '#'))
3636
ul#linter-dummies.d-none.list-unstyled
3737
li.card.mt-2
38-
.card-header.py-2
38+
.card-header.py-2.d-flex.align-items-center
39+
i class='fa-solid fa-chevron-right'
3940
h5.card-title.m-0 == t('exercises.implement.linter_file', filename: '', number: 0)
40-
.card-body
41+
.card-body.d-none
4142
= row(label: 'exercises.implement.code_rating') do
4243
span.number
4344
| 0

0 commit comments

Comments
 (0)