Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit c7d9fc2

Browse files
committed
feat(challenge): Show pass rate
1 parent 6b54190 commit c7d9fc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/components/Challenge/Header.html.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<ul class="challenge-header__lists">
44
<li class="challenge-header__lists__difficulty">{{ question.difficulty|trans }}</li>
55
<li class="challenge-header__lists__type">{{ question.type }}</li>
6+
<li class="challenge-header__lists__pass_rate">通過率 {{ question.passRate }}%</li>
67
</ul>
78

89
<div class="d-flex justify-content-between align-items-end mt-1">

0 commit comments

Comments
 (0)