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

Commit f4c7e60

Browse files
committed
chore(complementary): Remove "適用題目"
It is too verbose.
1 parent 8e9def0 commit f4c7e60

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

templates/complementary/index.html.twig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@
2222
<h5 class="card-title">{{ schema.id }}</h5>
2323
<div class="card-text">
2424
{{ schema.description|striptags }}
25-
26-
<p class="text-secondary">適用題目:{{ schema.questions
27-
|sort
28-
|map((question) => "\##{question.id}")
29-
|join('')
30-
?: '' }}</p>
3125
</div>
3226
<a href="{{ path('app_complementary_schema_retrieve', {schema: schema}) }}"
3327
class="card-link">下載 SQL 檔案</a>

0 commit comments

Comments
 (0)