Merge branch 'master' of ssh://git.onelab.eu/git/myslice
[myslice.git] / views / templates / widget-topmenu.html
index 6403078..0d6df89 100644 (file)
@@ -10,7 +10,7 @@
       <span class="icon-bar"></span>
       <span class="icon-bar"></span>
     </button>
-    <a class="navbar-brand" href="#">
+    <a class="navbar-brand" href="/">
       <img src="{{ STATIC_URL }}img/onelab-logo.png" height="30" alt="OneLab logo" />
     </a>
   </div>
@@ -19,7 +19,7 @@
        {% for d in topmenu_items %} 
        {% if d.dropdown %}
        <li class="dropdown">
-         <a class="dropdown-toggle" data-toggle="dropdown" href="{{ d.href }}"> {{ d.label }}</a>
+         <a class="dropdown-toggle" data-toggle="dropdown" href="{{ d.href }}"> {{ d.label }}<b class="caret"></b></a>
          <ul class="dropdown-menu">
          {% for dd in d.contents %}
          {% if dd.is_active %} <li class='active'> {% else %} <li class='other'> {% endif %}