diff --git a/themes/bootstrap3/twig/layout.twig b/themes/bootstrap3/twig/layout.twig index cafc09e5..63d47f9f 100644 --- a/themes/bootstrap3/twig/layout.twig +++ b/themes/bootstrap3/twig/layout.twig @@ -3,28 +3,28 @@ {% block title %}Welcome!{% endblock %} - - - - + + + + {% block body %}{% endblock %} {% block javascripts %} - - - - - - - - - - + + + + + + + + + + {% endblock %} diff --git a/themes/bootstrap3/twig/layout_page.twig b/themes/bootstrap3/twig/layout_page.twig index 17b670b2..dbb47131 100644 --- a/themes/bootstrap3/twig/layout_page.twig +++ b/themes/bootstrap3/twig/layout_page.twig @@ -7,11 +7,11 @@
{% if page in ['commits', 'searchcommits'] %} -
+
{% else %} -
+
{% endif %} diff --git a/themes/bootstrap3/twig/tree.twig b/themes/bootstrap3/twig/tree.twig index b0debfb9..17e942a1 100644 --- a/themes/bootstrap3/twig/tree.twig +++ b/themes/bootstrap3/twig/tree.twig @@ -32,10 +32,10 @@ {% endif %}

{% if app.show_ssh_remote %} - + {% endif %} {% if app.show_http_remote %} - + {% endif %}
diff --git a/themes/default/twig/layout.twig b/themes/default/twig/layout.twig index 4f9b44ec..d326c91f 100644 --- a/themes/default/twig/layout.twig +++ b/themes/default/twig/layout.twig @@ -3,28 +3,28 @@ {{ app.title }}{% if app.title %} - {% endif %}{% block title %}Welcome!{% endblock %} - - - + + + {% block body %}{% endblock %} {% block javascripts %} - - - - - - - - - - - + + + + + + + + + + + {% endblock %} diff --git a/themes/default/twig/layout_page.twig b/themes/default/twig/layout_page.twig index 307fffb2..47ffc10f 100644 --- a/themes/default/twig/layout_page.twig +++ b/themes/default/twig/layout_page.twig @@ -7,11 +7,11 @@
{% if page in ['commits', 'searchcommits'] %} - {% else %} - {% endif %} diff --git a/themes/default/twig/tree.twig b/themes/default/twig/tree.twig index 2428cd28..efdf0441 100644 --- a/themes/default/twig/tree.twig +++ b/themes/default/twig/tree.twig @@ -30,10 +30,10 @@ {% endif %}

{% if app.show_ssh_remote %} - + {% endif %} {% if app.show_http_remote %} - + {% endif %}