Skip to content

Commit

Permalink
fix: Small UX alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
yammesicka committed Mar 29, 2024
1 parent 690cd69 commit aaf7370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/templates/view.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ <h1>{{ _('Exercise view') }} {{ solution['exercise']['number'] }}: {{ solution['
{%- for test_result in test_results %}
<li class="test-result">
<div class="test-header">
<span class="test-status failure">{{ _('Test failed') }}: </span>
<span class="test-name">{{ test_result.pretty_test_name | e }}</span>
<span class="test-status failure">{{ _('Test failed') }}</span>
</div>
<div class="test-description">
<span class="error-description">{{ test_result.user_message | e }}</span>
Expand Down

0 comments on commit aaf7370

Please sign in to comment.