diff options
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/base.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html index 4bef04f90e..c16fd65899 100644 --- a/bitbake/lib/toaster/toastergui/templates/base.html +++ b/bitbake/lib/toaster/toastergui/templates/base.html | |||
@@ -123,8 +123,10 @@ | |||
123 | <span id="project"> | 123 | <span id="project"> |
124 | {% if project.id %} | 124 | {% if project.id %} |
125 | <a class="lead" href="{% url 'project' project.id %}">{{project.name}}</a> | 125 | <a class="lead" href="{% url 'project' project.id %}">{{project.name}}</a> |
126 | <i class="icon-pencil"></i> | 126 | {% else %} |
127 | <a class="lead" href="#"></a> | ||
127 | {% endif %} | 128 | {% endif %} |
129 | <i class="icon-pencil"></i> | ||
128 | </span> | 130 | </span> |
129 | <form id="change-project-form" style="display:none;"> | 131 | <form id="change-project-form" style="display:none;"> |
130 | <div class="input-append"> | 132 | <div class="input-append"> |