partials: fix ER logo not showing up

This commit is contained in:
Jimmy Zelinskie 2015-01-29 12:29:42 -05:00
parent 2eceb01e63
commit 4ed9cc8c7f

View file

@ -4,7 +4,7 @@
≡
</button>
<a class="navbar-brand" href="/" target="{{ appLinkTarget() }}">
<span id="quay-logo" style="background-image: url('{{ getEnterpriseLogo() }}')"></span>
<span id="quay-logo" ng-style="{'background-image': 'url(' + getEnterpriseLogo() + ')'}"</span>
</a>
</div>