From ef1b927861f9a949aed20341144ffb5bfd42f038 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Mon, 19 Sep 2022 11:22:21 +1000 Subject: Removing the web client --- javascript/app/templates/components/paginated-list.hbs | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 javascript/app/templates/components/paginated-list.hbs (limited to 'javascript/app/templates/components/paginated-list.hbs') diff --git a/javascript/app/templates/components/paginated-list.hbs b/javascript/app/templates/components/paginated-list.hbs deleted file mode 100644 index 5184e07..0000000 --- a/javascript/app/templates/components/paginated-list.hbs +++ /dev/null @@ -1,17 +0,0 @@ -
- Found {{total}} {{{foundWhere}}} - {{#if (or next prev)}} -   -   - - {{#if first}}{{/if}} - {{#if prev}}{{/if}} - {{firstItemOnPage}} - {{lastItemOnPage}} - {{#if next}}{{/if}} - {{#if last}}{{/if}} - - {{/if}} -
-
- {{yield items}} -
-- cgit v1.2.3