svg
This commit is contained in:
@ -5,13 +5,12 @@
|
|||||||
<div class='d-flex' style='justify-content: center'>
|
<div class='d-flex' style='justify-content: center'>
|
||||||
{% for project in projects %}
|
{% for project in projects %}
|
||||||
<div class='card'>
|
<div class='card'>
|
||||||
<a href='{{ path('app_project_view',{id:project.id})}}' class='d-flex' style='flex-direction: column; text-align: center'>
|
<a href='{{ path('app_project_view',{id:project.id})}}' class='d-flex' style='flex-direction: column; text-align: center; margin: 20px 80px 20px 80px;'>
|
||||||
<img src='{{asset(project.logo)}}' style='width:250px'>
|
<img src='{{asset(project.logo)}}' style='width:100px; margin-bottom:20px;'>
|
||||||
<h5>{{project.title}}</h5>
|
<h5>{{project.title}}</h5>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{%endblock%}
|
{%endblock%}
|
@ -50,11 +50,6 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if mode=="update" %}
|
{% if mode=="update" %}
|
||||||
<div class="card mt-3">
|
|
||||||
<div class="card-header">Détail Redmine</div>
|
|
||||||
<div class="card-body">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user