From d420609f97e81d3bb696ec1b8bad927ae15b5c7b Mon Sep 17 00:00:00 2001 From: Shyam Sunder Date: Tue, 23 Jun 2020 12:36:26 -0400 Subject: [PATCH] client/pools: inherit option to show underscores as spaces --- client/html/pool.tpl | 2 +- client/html/post_readonly_sidebar.tpl | 2 +- client/html/settings.tpl | 4 ++-- client/html/tag.tpl | 2 +- client/js/controls/post_readonly_sidebar_control.js | 2 +- client/js/util/misc.js | 4 ++-- client/js/util/views.js | 4 ++-- client/js/views/pool_view.js | 2 +- client/js/views/settings_view.js | 5 ++--- client/js/views/tag_view.js | 2 +- 10 files changed, 14 insertions(+), 15 deletions(-) diff --git a/client/html/pool.tpl b/client/html/pool.tpl index e1e5311f..831d07c6 100644 --- a/client/html/pool.tpl +++ b/client/html/pool.tpl @@ -1,5 +1,5 @@
-

<%- ctx.pool.names[0] %>

+

<%- ctx.getPrettyName(ctx.pool.names[0]) %>