summaryrefslogtreecommitdiffstats
path: root/templates/master-admin.html
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2014-02-18 15:17:35 -0500
committerSimo Sorce <simo@redhat.com>2014-02-24 20:30:05 -0500
commit55ff6c22106536dbca4bc1edff83cf13e4cd2929 (patch)
treee26cdffa08ce75462864d09c44dac2acc26ce3b3 /templates/master-admin.html
parentde769070151f90a8f16a3c5b737b7ac23175935f (diff)
downloadipsilon-55ff6c22106536dbca4bc1edff83cf13e4cd2929.tar.gz
ipsilon-55ff6c22106536dbca4bc1edff83cf13e4cd2929.tar.xz
ipsilon-55ff6c22106536dbca4bc1edff83cf13e4cd2929.zip
Fix master-admin template upper left corner href
Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'templates/master-admin.html')
-rw-r--r--templates/master-admin.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/master-admin.html b/templates/master-admin.html
index e57c031..796c917 100644
--- a/templates/master-admin.html
+++ b/templates/master-admin.html
@@ -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>