diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/basetable_top_projectbuilds.html')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/basetable_top_projectbuilds.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/basetable_top_projectbuilds.html b/bitbake/lib/toaster/toastergui/templates/basetable_top_projectbuilds.html deleted file mode 100644 index f5b01c8ef6..0000000000 --- a/bitbake/lib/toaster/toastergui/templates/basetable_top_projectbuilds.html +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | {% extends "basetable_top.html" %} | ||
| 2 | |||
| 3 | {%block custombuttons %} | ||
| 4 | <div class="btn-group builds-projects"> | ||
| 5 | <button class="btn dropdown-toggle" data-toggle="dropdown"> | ||
| 6 | <span class="selection">Show all projects</span> | ||
| 7 | <i class="icon-caret-down"></i> | ||
| 8 | </button> | ||
| 9 | <ul class="dropdown-menu"> | ||
| 10 | <li><a href="{% url 'all-builds'%}">Show all builds</a></li> | ||
| 11 | <li><a href="{% url 'all-projects'%}">Show all projects</a></li> | ||
| 12 | </ul> | ||
| 13 | </div> | ||
| 14 | {%endblock%} | ||
