From 6fd48dcb5f0b3636847f281773cf13c1f6c49345 Mon Sep 17 00:00:00 2001 From: Ruin0x11 Date: Sat, 8 May 2021 02:41:26 -0700 Subject: [PATCH] Sort by pool by default from pool details page --- client/html/pool_delete.tpl | 2 +- client/html/pool_summary.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/html/pool_delete.tpl b/client/html/pool_delete.tpl index 1ef7fb53..f279e0df 100644 --- a/client/html/pool_delete.tpl +++ b/client/html/pool_delete.tpl @@ -1,6 +1,6 @@
-

This pool has '><%- ctx.pool.postCount %> post(s).

+

This pool has '><%- ctx.pool.postCount %> post(s).

  • diff --git a/client/html/pool_summary.tpl b/client/html/pool_summary.tpl index 8f4e27d0..b20672e4 100644 --- a/client/html/pool_summary.tpl +++ b/client/html/pool_summary.tpl @@ -18,6 +18,6 @@

    <%= ctx.makeMarkdown(ctx.pool.description || 'This pool has no description yet.') %> -

    This pool has '><%- ctx.pool.postCount %> post(s).

    +

    This pool has '><%- ctx.pool.postCount %> post(s).