summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/baseprojectpage.html
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-01-26 12:17:18 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-01-29 22:11:33 +0000
commita11a34c60f2783063fbfe7be1712dde2006c3d76 (patch)
tree186dc136806527b316f26f8806dd464ff97d03d8 /bitbake/lib/toaster/toastergui/templates/baseprojectpage.html
parente2cffc00e1ea1b2d8bd5143f4d8ff56501b7e3f7 (diff)
downloadpoky-a11a34c60f2783063fbfe7be1712dde2006c3d76.tar.gz
bitbake: toaster: make layouts consistent
The layer details page should have the same layout as all other detail pages (recipes, packages). For this to happen, the basebuilddetailpage.html and baseprojectpage.html templates should use the same layout, and so should the layerdetails.html and recipe.html templates. This patch also capitalises the string 'All layers' in the breadcrumb of layerdetails.html as all other breadcrumb elements. (Bitbake rev: 49d56fcbbf6b7d0c0c589b93182e4c73071b3fcf) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/baseprojectpage.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/baseprojectpage.html12
1 files changed, 4 insertions, 8 deletions
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 @@
4{% block pagecontent %} 4{% block pagecontent %}
5 5
6 6
7 <div class=""> 7 <div class="row-fluid">
8<!-- Breadcrumbs --> 8<!-- Breadcrumbs -->
9 <div class="section"> 9 <div class="section">
10 <ul class="breadcrumb" id="breadcrumb"> 10 <ul class="breadcrumb" id="breadcrumb">
@@ -28,14 +28,10 @@
28 </script> 28 </script>
29 </div> 29 </div>
30 30
31 <div> 31 <!-- Begin main page container -->
32 {% block projectinfomain %}{% endblock %}
33 <!-- End main container -->
32 34
33 <!-- Begin main page container -->
34 {% block projectinfomain %}{% endblock %}
35 <!-- End main container -->
36
37
38 </div>
39 </div> 35 </div>
40 36
41 37