Florian Eisenmenger hace 2 años
padre
commit
7c8bf3c3c1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      httpdocs/templates/snippets/worksheet-result.html.twig

+ 1
- 1
httpdocs/templates/snippets/worksheet-result.html.twig Ver fichero

@@ -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>


Cargando…
Cancelar
Guardar