diff --git a/templates/index.html b/templates/index.html index ebdd534..7f0a343 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,39 +1,57 @@ - -Bugsquashing day stats -{% if openstack_status %} - - - - - - -{% endif %} -
-

Bugsquashing day stats

- -{% for project in projects %} - - -{% endfor %} -
-{% if project.title %} -

{{ project.title }}

-{% else %} -

{{ project.project|capitalize }}

-{% endif %} -
-
JSON FILE
-
-{% if openstack_status %} - -{% endif %} - + + + + Bugsquashing day stats + + + +

+ {% if openstack_status %} + + + + + + + {% endif %} +

+
+

+ Bugsquashing day stats +

+ + {% for project in projects %} + + + + + {% endfor %} +
+ {% if project.title %} +

+ {{ project.title }} +

+ {% else %} +

+ {{ project.project|capitalize }} +

+ {% endif %} +
+ +
+ + JSON FILE + +
+
+ {% if openstack_status %} + + {% endif %} + + diff --git a/templates/project.html b/templates/project.html index 606edc3..1743667 100644 --- a/templates/project.html +++ b/templates/project.html @@ -1,24 +1,27 @@ - - {{ project.project|capitalize }} Bug Squashing - - - + + + {{ project.project|capitalize }} Bug Squashing + + + + - -
- - - + + +