diff options
author | Belen Barros Pena <belen.barros.pena@intel.com> | 2015-01-20 17:47:31 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-23 11:33:53 +0000 |
commit | ca8c634279ed65598999442d057fe9b110dea898 (patch) | |
tree | cf4e984e71305141e0d5c0dbe36c5834067751c3 /bitbake/lib | |
parent | 2dba91727d2e5caa452574237f5915576c7484fe (diff) | |
download | poky-ca8c634279ed65598999442d057fe9b110dea898.tar.gz |
bitbake: toastergui: fix the second 'view all targets' link
The project page has 2 links to the all targets page.
The one at the top of the page is working, but not
the one further down. This patch sorts that out.
[YOCTO #7147]
(Bitbake rev: ad6a2d42b9ce7ce317184d978253e5506be7e47f)
Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/project.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/project.html b/bitbake/lib/toaster/toastergui/templates/project.html index fe3bcf29e0..b8579e45a6 100644 --- a/bitbake/lib/toaster/toastergui/templates/project.html +++ b/bitbake/lib/toaster/toastergui/templates/project.html | |||
@@ -294,7 +294,8 @@ vim: expandtab tabstop=2 | |||
294 | </div> | 294 | </div> |
295 | {% csrf_token %} | 295 | {% csrf_token %} |
296 | </form> | 296 | </form> |
297 | <p><a href="{% url 'targets' %}">View all targets</a></p> | 297 | <p> |
298 | <a href="{% url 'all-targets' %}">View all targets</a></p> | ||
298 | <div ng-if="frequenttargets.length"> | 299 | <div ng-if="frequenttargets.length"> |
299 | <h4 class="air"> | 300 | <h4 class="air"> |
300 | Most built targets | 301 | Most built targets |