This commit is contained in:
2025-09-17 16:42:38 +02:00
parent 3ad0b8f15e
commit 92976d8496
4 changed files with 8 additions and 6 deletions

View File

@@ -64,8 +64,8 @@
<a href="{{ path(routeupdateoption,{idproject:project.id,id:option.id}) }}" class="me-2"><i class="fas fa-file fa-2x"></i></a>
</td>
<td>{{option.title}}</td>
<td>{{option.whyYes?option.whyYes|markdown_to_html:""}}</td>
<td>{{option.whyNot?option.whyNot|markdown_to_html:""}}</td>
<td>{{option.whyYes?option.whyYes|markdown_to_html|nl2br:""}}</td>
<td>{{option.whyNot?option.whyNot|markdown_to_html|nl2br:""}}</td>
</tr>
{% endfor %}
</tbody>