diff options
| author | Ruin0x11 <ipickering2@gmail.com> | 2020-05-04 15:15:30 -0700 |
|---|---|---|
| committer | Ruin0x11 <ipickering2@gmail.com> | 2020-05-04 15:15:51 -0700 |
| commit | 6b8e3f251f69c9d7d560148100cdb8df941a81c2 (patch) | |
| tree | 2370acc1c3119b506ad016e4350d482af98908fb /client/html/pools_page.tpl | |
| parent | ffba010ae4b6efebd791a077125df92ef57274d0 (diff) | |
Implement pool merging
Diffstat (limited to 'client/html/pools_page.tpl')
| -rw-r--r-- | client/html/pools_page.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/html/pools_page.tpl b/client/html/pools_page.tpl index 6b39483..0d81180 100644 --- a/client/html/pools_page.tpl +++ b/client/html/pools_page.tpl @@ -11,9 +11,9 @@ </th> <th class='post-count'> <% if (ctx.parameters.query == 'sort:post-count') { %> - <a href='<%- ctx.formatClientLink('pools', {query: '-sort:post-count'}) %>'>Post Count</a> + <a href='<%- ctx.formatClientLink('pools', {query: '-sort:post-count'}) %>'>Post count</a> <% } else { %> - <a href='<%- ctx.formatClientLink('pools', {query: 'sort:post-count'}) %>'>Post Count</a> + <a href='<%- ctx.formatClientLink('pools', {query: 'sort:post-count'}) %>'>Post count</a> <% } %> </th> <th class='creation-time'> |