diff options
| author | Belen Barros Pena <belen.barros.pena@intel.com> | 2015-08-04 16:07:07 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-06 16:04:41 -0500 |
| commit | 569567d3b3811eb206a143479d624d82811b3a14 (patch) | |
| tree | 22a873a33a3a106f099f60c2d5144db39c2a6bb5 /bitbake/lib/toaster/toastergui/templates/layerdetails.html | |
| parent | d47358fc952800e0115cea25d7cb4c07c49eaaf9 (diff) | |
| download | poky-569567d3b3811eb206a143479d624d82811b3a14.tar.gz | |
bitbake: toastergui: breadcrumb fixes
Make sure that we use the correct html entity
for the breadcrumb dividers, and remove the
'all builds' item from the history pages: all
breadcrumbs should now have the project name as
their first element, since the 'all builds' page
can be reached using the global naviation in the
top bar.
(Bitbake rev: c97f658f4b2131f280c364c2209efd28878570dc)
Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/layerdetails.html')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/layerdetails.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/layerdetails.html b/bitbake/lib/toaster/toastergui/templates/layerdetails.html index 2f875ebe14..f7f5685fcb 100644 --- a/bitbake/lib/toaster/toastergui/templates/layerdetails.html +++ b/bitbake/lib/toaster/toastergui/templates/layerdetails.html | |||
| @@ -9,10 +9,10 @@ | |||
| 9 | <ul class="breadcrumb"> | 9 | <ul class="breadcrumb"> |
| 10 | <li> | 10 | <li> |
| 11 | <a href="{% url 'project' project.id %}">{{project.name}}</a> | 11 | <a href="{% url 'project' project.id %}">{{project.name}}</a> |
| 12 | <span class="divider">→</span> | 12 | <span class="divider">→</span> |
| 13 | </li> | 13 | </li> |
| 14 | <li><a href="{% url 'projectlayers' project.id %}">Compatible layers</a> | 14 | <li><a href="{% url 'projectlayers' project.id %}">Compatible layers</a> |
| 15 | <span class="divider">→</span> | 15 | <span class="divider">→</span> |
| 16 | </li> | 16 | </li> |
| 17 | <li> | 17 | <li> |
| 18 | {{layerversion.layer.name}} ({{layerversion.get_vcs_reference|truncatechars:13}}) | 18 | {{layerversion.layer.name}} ({{layerversion.get_vcs_reference|truncatechars:13}}) |
