diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2015-12-07 16:06:01 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-07 17:39:08 +0000 |
commit | dd282d475cb4fde4f4e6fd7afe437dc001584587 (patch) | |
tree | c22974f6965aa946ed0d086ff37b59ed41d1dc60 /bitbake/lib/toaster | |
parent | 2a8e970d42232aec359ed9fd2e7c55de09961622 (diff) | |
download | poky-dd282d475cb4fde4f4e6fd7afe437dc001584587.tar.gz |
bitbake: toaster: return back 'New project' button
The button was removed by mistake in merging modes patchset.
(Bitbake rev: f7b33a95b5d53973bc673373bdd2652f4d32f0c2)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Elliot Smith <elliot.smith@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/base.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html index 8081f069f4..e56bb34e38 100644 --- a/bitbake/lib/toaster/toastergui/templates/base.html +++ b/bitbake/lib/toaster/toastergui/templates/base.html | |||
@@ -108,6 +108,9 @@ | |||
108 | </li> | 108 | </li> |
109 | </ul> | 109 | </ul> |
110 | <span class="pull-right divider-vertical"></span> | 110 | <span class="pull-right divider-vertical"></span> |
111 | <div class="btn-group pull-right"> | ||
112 | <a class="btn" id="new-project-button" href="{% url 'newproject' %}">New project</a> | ||
113 | </div> | ||
111 | </div> | 114 | </div> |
112 | </div> | 115 | </div> |
113 | </div> | 116 | </div> |