svg
This commit is contained in:
@@ -112,11 +112,11 @@
|
||||
<div style="display:flex;">
|
||||
<div style="flex:auto; padding:10px;">
|
||||
<center><i class="fas fa-plus"></i></center>
|
||||
{{option.whyYes?option.whyYes|markdown_to_html:""}}
|
||||
{{option.whyYes?option.whyYes|markdown_to_html|nl2br:""}}
|
||||
</div>
|
||||
<div style="flex:auto; padding:10px;">
|
||||
<center><i class="fas fa-minus"></i></center>
|
||||
{{option.whyNot?option.whyNot|markdown_to_html:""}}
|
||||
{{option.whyNot?option.whyNot|markdown_to_html|nl2br:""}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -125,7 +125,7 @@
|
||||
<div class="card mt-3">
|
||||
<div class="card-header">Description du Projet</div>
|
||||
<div class="card-body">
|
||||
{{ project.description ? project.description|markdown_to_html : "" }}
|
||||
{{ project.description ? project.description|markdown_to_html|nl2br: "" }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user