Fix small UI issue with repo toggle
This commit is contained in:
parent
fb43c1fb10
commit
f2dff3a7e1
4 changed files with 10 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
<div class="repo-list-view-element">
|
||||
<!-- Toggle -->
|
||||
<div class="repo-list-toggleb btn-group">
|
||||
<div class="repo-list-toggleb btn-group" ng-show="!loading">
|
||||
<i class="btn btn-default fa fa-th-large" ng-class="!showAsList ? 'active' : ''"
|
||||
ng-click="setShowAsList(false)" title="Grid View" data-container="body" bs-tooltip></i>
|
||||
<i class="btn btn-default fa fa-th-list" ng-class="showAsList ? 'active' : ''"
|
||||
|
|
Reference in a new issue