Merge pull request #146 from colkito/fix/ui-remove-unnused-paginator
removed unnused footer paginator
This commit is contained in:
commit
b99f7af579
@ -45,11 +45,6 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<ul class="pager" data-ng-show="blocks.length">
|
|
||||||
<li class="previous"><a href="/blocks-date/{{pagination.prev}}">← {{pagination.prev}}</a></li>
|
|
||||||
<li class="disabled"><a href="#">{{pagination.current}}</a></li>
|
|
||||||
<li class="next"><a href="/blocks-date/{{pagination.next}}">{{pagination.next}} →</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h2 class="text-center text-muted" data-ng-show="!blocks.length">No blocks yet.</h2>
|
<h2 class="text-center text-muted" data-ng-show="!blocks.length">No blocks yet.</h2>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user