snappymail/rainloop/v/0.0.0/app/templates/Views/Pagenator.html
RainLoop Team 0ec4fc89d4 Add pagenator to contact list
Move contacts from plugin back to core
2013-12-08 03:58:33 +04:00

5 lines
No EOL
240 B
HTML

<div class="e-pagenator g-ui-user-select-none" data-bind="foreach: $data">
<a class="e-page" data-bind="css: { 'current': current, 'custom': custom }, title: title">
<span class="e-page-number" data-bind="text: name"></span>
</a>
</div>