Skip to content

Commit

Permalink
removed empty tag that displaces layout, #16
Browse files Browse the repository at this point in the history
  • Loading branch information
kraiz committed Mar 28, 2015
1 parent 00ec926 commit 9f8d3b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/partials/hubs.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
<!-- User List -->
<ul class="user-list list-group"
ng-class="enlargedChat ? 'col-sm-1 col-sm-push-11' : 'col-sm-3 col-sm-push-9'">
<li class="list-group-item pull-right">
</li>
<li ng-repeat="user in users | orderBy:'NickOrder' " class="list-group-item" ng-controller="UserCtrl"
popover="{{ user.IP }} - {{ user.Connection }} - {{ user.Tag }}"
popover-trigger="mouseenter" popover-placement="left"
Expand Down

0 comments on commit 9f8d3b9

Please sign in to comment.