From 5e2b9bc7032ccd9bdca94fc4a5c573a8199844b7 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Sun, 8 Jun 2014 19:16:12 +0200 Subject: [PATCH] Prettified all HTML files Prettified all HTML files using Beautiful Soup with the following script. https://github.com/berendt/openstack-development/blob/master/prettify.py Change-Id: Icd5a1ffd0ad0eaf5cbbeed9d8d6ae66d7f569041 --- templates/index.html | 96 +++++++++++++++++++++++++----------------- templates/project.html | 35 ++++++++------- 2 files changed, 76 insertions(+), 55 deletions(-) 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 + + + + - -
- - - + + +