display test files' filenames on scoring results page

This commit is contained in:
Hauke Klement
2015-03-03 11:47:10 +01:00
parent b5eb2f6129
commit 36795c0586
4 changed files with 4 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ hr
ul#dummies.hidden.list-unstyled
li.panel.panel-default
.panel-heading
h3.panel-title == t('.file', number: 0)
h3.panel-title == t('.file', filename: '', number: 0)
.panel-body
= row(label: '.passed_tests', value: t('shared.out_of', maximum_value: 0, value: 0).html_safe)
= row(label: 'activerecord.attributes.submission.score', value: t('shared.out_of', maximum_value: 0, value: 0).html_safe)