Skip to content

Commit c39e426

Browse files
committed
#0000102 debug pagination mobile display
1 parent ac0a81a commit c39e426

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

assets/be/views/elements/pagination.html

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
<div class="row">
2-
<div class="col-xs-3 text-left">
3-
<div class="btn-group">
4-
<button type="button" class="btn btn-default"
5-
ng-repeat="count in listItemsPerPageShow"
6-
ng-class="classPaginationCount(count)"
7-
ng-click="page.setCount(count)" ng-bind="count"></button>
8-
</div>
2+
<div class="hidden-xs col-sm-3">
3+
94
</div>
105
<div class="col-xs-6 text-center">
116
<ul class="pagination">
@@ -23,7 +18,7 @@
2318
</li>
2419
</ul>
2520
</div>
26-
<div class="col-xs-3 text-right">
21+
<div class="col-xs-6 col-sm-3 text-right">
2722
<p>Page : <span ng-bind="pagination.page"></span>
2823
/ </span> <span ng-bind="pagination.pages"></span>,
2924
Total : <span ng-bind="pagination.size"></span></p>

0 commit comments

Comments
 (0)