Fix master-admin template upper left corner href
authorSimo Sorce <simo@redhat.com>
Tue, 18 Feb 2014 20:17:35 +0000 (15:17 -0500)
committerSimo Sorce <simo@redhat.com>
Tue, 25 Feb 2014 01:30:05 +0000 (20:30 -0500)
Signed-off-by: Simo Sorce <simo@redhat.com>
templates/master-admin.html

index e57c031..796c917 100644 (file)
@@ -19,7 +19,7 @@
           <span class="icon-bar"></span>
           <span class="icon-bar"></span>
         </button>
-        <a class="navbar-brand" href="/">
+        <a class="navbar-brand" href="{{ basepath }}">
           <img src="{{ basepath }}/ui/img/brand.png" alt="Ipsilon" />
         </a>
       </div>