瀏覽代碼

fix

master
Florian Eisenmenger 2 年之前
父節點
當前提交
7c8bf3c3c1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      httpdocs/templates/snippets/worksheet-result.html.twig

+ 1
- 1
httpdocs/templates/snippets/worksheet-result.html.twig 查看文件

@@ -129,7 +129,7 @@
</table>
</div>
{% else %}
{% for index, task in worksheet.userWorkSheetTasks %}
{% for index, task in sortedWorksheetTasks %}
<h4>{{ index + 1 }}. {{ task.task }}</h4>
<table class="mini-table fifty-fifty">
<tr>


Loading…
取消
儲存