diff options
-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> |