diff --git a/templates/base.html.twig b/templates/base.html.twig index 88a2663..e555ebb 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -20,7 +20,7 @@
-

{% block h2 %}{% endblock %}

+

{% block h2 %}{% endblock %}

{% block action_buttons %}{% endblock %}
diff --git a/templates/downloads/index.html.twig b/templates/downloads/index.html.twig index 8556c54..e6d2e80 100644 --- a/templates/downloads/index.html.twig +++ b/templates/downloads/index.html.twig @@ -9,7 +9,6 @@
-
diff --git a/templates/index/index.html.twig b/templates/index/index.html.twig index 8d3403d..aa4e959 100644 --- a/templates/index/index.html.twig +++ b/templates/index/index.html.twig @@ -1,10 +1,10 @@ {% extends 'base.html.twig' %} {% block title %}Dashboard — Torsearch{% endblock %} +{% block h2 %}Dashboard{% endblock %} {% block body %}
-

Dashboard

diff --git a/templates/monitor/index.html.twig b/templates/monitor/index.html.twig index 417f244..168c2ed 100644 --- a/templates/monitor/index.html.twig +++ b/templates/monitor/index.html.twig @@ -4,16 +4,14 @@ {% block h2 %}Monitors{% endblock %} {% block body %} -
- -
- - - - - - -
- +
+ + + +
+
+ + +
{% endblock %}