diff options
| author | rr- | 2017-02-09 00:48:06 +0100 |
|---|---|---|
| committer | rr- | 2017-02-09 22:40:00 +0100 |
| commit | fdad08e176b52f1b47930a5e9b22116c70c542a8 (patch) | |
| tree | 8e5985a15278d8d4245dffc4a3ac50e2fdc0b6e8 /client/html/users_page.tpl | |
| parent | ba7ca0cd8727b5397729983d052636637f36dd59 (diff) | |
server: use index-based paging (#123)
Diffstat (limited to 'client/html/users_page.tpl')
| -rw-r--r-- | client/html/users_page.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/html/users_page.tpl b/client/html/users_page.tpl index 6cb04d3..f09c207 100644 --- a/client/html/users_page.tpl +++ b/client/html/users_page.tpl @@ -1,6 +1,6 @@ <div class='user-list'> <ul><!-- - --><% for (let user of ctx.results) { %><!-- + --><% for (let user of ctx.response.results) { %><!-- --><li> <div class='wrapper'> <% if (ctx.canViewUsers) { %> |