snappymail/rainloop/v/0.0.0/app/templates/Views/Common/Pagenator.html
RainLoop Team fed896776f Code refactoring
a lot of small fixes (Closes #173)
Added login field (ownCloud package)
2014-05-24 02:14:16 +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>