diff --git a/bitbake/lib/toaster/toastergui/templates/layers.html b/bitbake/lib/toaster/toastergui/templates/layers.html
index 4e923326c8..ced54c2098 100644
--- a/bitbake/lib/toaster/toastergui/templates/layers.html
+++ b/bitbake/lib/toaster/toastergui/templates/layers.html
@@ -52,7 +52,14 @@
{% endif %}
-
{% if o.branch %}{{o.branch}}{% else %}{{o.up_branch.name}}{% endif %} |
+
+ {% if o.branch %}
+ {{o.branch}}
+ {% else %}
+ {{o.up_branch.name}}
+
+ {% endif %}
+ |
{% with ods=o.dependencies.all%}
{% if ods.count %}
diff --git a/bitbake/lib/toaster/toastergui/templates/newproject.html b/bitbake/lib/toaster/toastergui/templates/newproject.html
index 5a5e1e6dfe..512a8fa68f 100644
--- a/bitbake/lib/toaster/toastergui/templates/newproject.html
+++ b/bitbake/lib/toaster/toastergui/templates/newproject.html
@@ -18,12 +18,12 @@
{% if releases.count > 1 %}
{% for release in releases %}
diff --git a/bitbake/lib/toaster/toastergui/templates/project.html b/bitbake/lib/toaster/toastergui/templates/project.html
index 0b2821cdf6..fdfc3af9fb 100644
--- a/bitbake/lib/toaster/toastergui/templates/project.html
+++ b/bitbake/lib/toaster/toastergui/templates/project.html
@@ -350,13 +350,13 @@ vim: expandtab tabstop=2
- {[project.release.name]}
+ {[project.release.desc]}
|