mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-10 16:58:07 +08:00
0ec4fc89d4
Move contacts from plugin back to core
5 lines
No EOL
240 B
HTML
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> |