Enable search on mobile mode

This commit is contained in:
Joseph Schorr 2015-04-21 12:21:32 -04:00
parent 1b32baf837
commit 4b9225748d
2 changed files with 5 additions and 1 deletions

View file

@ -8,6 +8,10 @@
<a class="navbar-brand" ng-href="{{ user.anonymous ? '/' : '/repository/' }}" target="{{ appLinkTarget() }}">
<span id="quay-logo" ng-style="{'background-image': 'url(' + getEnterpriseLogo() + ')'}"></span>
</a>
<span class="user-tools visible-xs" style="float: right;">
<i class="fa fa-search fa-lg user-tool" ng-click="toggleSearch()"
data-placement="bottom" data-title="Search" bs-tooltip></i>
</span>
</div>
<!-- Collapsable stuff -->