diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/baseprojectpage.html')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/baseprojectpage.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/baseprojectpage.html b/bitbake/lib/toaster/toastergui/templates/baseprojectpage.html index 54edaaf27c..95a9f470ba 100644 --- a/bitbake/lib/toaster/toastergui/templates/baseprojectpage.html +++ b/bitbake/lib/toaster/toastergui/templates/baseprojectpage.html | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | {% block parentbreadcrumb %} | 12 | {% block parentbreadcrumb %} |
| 13 | {% if project %} | 13 | {% if project %} |
| 14 | <li> | 14 | <li> |
| 15 | <a href="{%url 'project' project.id %}">{{project.name}} | 15 | <a href="{%url 'project' project.id %}"><span id="project_name">{{project.name}}</span> |
| 16 | </a> | 16 | </a> |
| 17 | </li> | 17 | </li> |
| 18 | {% endif %} | 18 | {% endif %} |
| @@ -28,11 +28,11 @@ | |||
| 28 | </script> | 28 | </script> |
| 29 | </div> | 29 | </div> |
| 30 | 30 | ||
| 31 | <div class="row-fluid"> | 31 | <div> |
| 32 | 32 | ||
| 33 | <!-- Begin right container --> | 33 | <!-- Begin main page container --> |
| 34 | {% block projectinfomain %}{% endblock %} | 34 | {% block projectinfomain %}{% endblock %} |
| 35 | <!-- End right container --> | 35 | <!-- End main container --> |
| 36 | 36 | ||
| 37 | 37 | ||
| 38 | </div> | 38 | </div> |
