diff --git a/bitbake/lib/toaster/toastergui/templates/baseprojectpage.html b/bitbake/lib/toaster/toastergui/templates/baseprojectpage.html
index 95a9f470ba..e1409252eb 100644
--- a/bitbake/lib/toaster/toastergui/templates/baseprojectpage.html
+++ b/bitbake/lib/toaster/toastergui/templates/baseprojectpage.html
@@ -4,7 +4,7 @@
{% block pagecontent %}
-
+
-
+
+ {% block projectinfomain %}{% endblock %}
+
-
- {% block projectinfomain %}{% endblock %}
-
-
-
-
diff --git a/bitbake/lib/toaster/toastergui/templates/layerdetails.html b/bitbake/lib/toaster/toastergui/templates/layerdetails.html
index 5bed0f8f06..22e99e0ecc 100644
--- a/bitbake/lib/toaster/toastergui/templates/layerdetails.html
+++ b/bitbake/lib/toaster/toastergui/templates/layerdetails.html
@@ -3,7 +3,7 @@
{% load humanize %}
{% load static %}
{% block localbreadcrumb %}
-
All Layers
+
All layers
{{layerversion.layer.name}} ({{layerversion.commit|truncatechars:13}})
@@ -63,18 +63,13 @@
{% endif %}
{% include "layers_dep_modal.html" %}
-
-
-
-
-
-
+
{% if layer_in_project == 0 %}
@@ -435,7 +429,7 @@
-
+
About {{layerversion.layer.name}}
@@ -480,7 +474,4 @@
-
-
-
{% endblock %}
diff --git a/bitbake/lib/toaster/toastergui/templates/project.html b/bitbake/lib/toaster/toastergui/templates/project.html
index b8579e45a6..3b75d1934c 100644
--- a/bitbake/lib/toaster/toastergui/templates/project.html
+++ b/bitbake/lib/toaster/toastergui/templates/project.html
@@ -91,7 +91,7 @@ vim: expandtab tabstop=2