svg
This commit is contained in:
@ -26,6 +26,7 @@
|
||||
{% else %}
|
||||
<strong>Sprint :</strong> Aucun (Position {{ issue.redmine.sprint.position }})<br>
|
||||
{% endif %}
|
||||
<strong>Version Cible :</strong> {{(issue.redmine.fixed_version is defined?issue.redmine.fixed_version.name:'Aucune')}}<br>
|
||||
<strong>Story Point :</strong> {{issue.redmine.sprint.story_points}}<br>
|
||||
</div>
|
||||
|
||||
@ -43,7 +44,7 @@
|
||||
<div class="mb-3">
|
||||
<hr>
|
||||
<strong>Description :</strong>
|
||||
<p>{{ issue.redmine.description|textile_to_html|markdown_to_html }}</p>
|
||||
<p>{{ issue.redmine.description|textile_to_html|raw }}</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
@ -69,9 +70,6 @@
|
||||
</ul>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{{dump(issue.project.redmine)}}
|
||||
{{dump(issue.redmine)}}
|
||||
|
||||
</div>
|
||||
<br><br>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user