diff options
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/project.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/project.html b/bitbake/lib/toaster/toastergui/templates/project.html index d208bf8cfb..ae9ee9b44d 100644 --- a/bitbake/lib/toaster/toastergui/templates/project.html +++ b/bitbake/lib/toaster/toastergui/templates/project.html | |||
@@ -397,12 +397,11 @@ vim: expandtab tabstop=2 | |||
397 | </form> | 397 | </form> |
398 | </div> | 398 | </div> |
399 | 399 | ||
400 | 400 | <h3 ng-if="releases.length > 1"> | |
401 | <h3> | ||
402 | Release | 401 | Release |
403 | <i class="icon-question-sign get-help heading-help" title="The version of the build system you want to use"></i> | 402 | <i class="icon-question-sign get-help heading-help" title="The version of the build system you want to use"></i> |
404 | </h3> | 403 | </h3> |
405 | <p class="lead" id="change-project-version-opposite"> | 404 | <p ng-if="releases.length > 1" class="lead" id="change-project-version-opposite"> |
406 | <span id="project-version">{[project.release.desc]}</span> | 405 | <span id="project-version">{[project.release.desc]}</span> |
407 | <i id="change-version" class="icon-pencil" ng-click="toggle('#change-project-version')" ></i> | 406 | <i id="change-version" class="icon-pencil" ng-click="toggle('#change-project-version')" ></i> |
408 | </p> | 407 | </p> |