detail issue

This commit is contained in:
2024-02-21 20:58:38 +01:00
parent 3d949eefce
commit 2df92a3b7f
7 changed files with 297 additions and 198 deletions

View File

@ -45,7 +45,7 @@
{% for comment in issue.comments %}
<h3 class='mt-3'>{{comment.user.login}} le {{comment.created_at|date("d/m/Y H:i")}}</h3>
<div class='card card-body'>
{{comment.body|markdown_to_html}}
{{comment.body|raw}}
</div>
{% endfor %}
{% endif %}
@ -86,7 +86,7 @@
<div class='card card-body mb-3'>
{% for timeline in issue.timelines %}
{% if timeline.type!="comment" and timeline.type!="project" and timeline.type!="added_deadline" and timeline.type!="modified_deadline"%}
{% if timeline.type!="comment" and timeline.type!="project" and timeline.type!="added_deadline" and timeline.type!="modified_deadline" and timeline.type!="label" %}
<li><b>{{timeline.user.login}} le {{timeline.created_at|date("d/m/Y H:i")}}</b><br>
{% if timeline.type == "change_title" %}