diff --git a/templates/home/home.html.twig b/templates/home/home.html.twig index 529db7c..b1779b3 100644 --- a/templates/home/home.html.twig +++ b/templates/home/home.html.twig @@ -5,13 +5,12 @@
{% for project in projects %}
- - + +
{{project.title}}
{% endfor %} -
{%endblock%} \ No newline at end of file diff --git a/templates/project/edit.html.twig b/templates/project/edit.html.twig index ec547fe..39b4c1c 100644 --- a/templates/project/edit.html.twig +++ b/templates/project/edit.html.twig @@ -50,11 +50,6 @@ {% if mode=="update" %} -
-
Détail Redmine
-
-
-
{% endif %}