From 661ce2dc25164643c9f6c77aec5bad0256653d98 Mon Sep 17 00:00:00 2001 From: m-e-l-u-h-a-n Date: Sun, 18 Jul 2021 00:24:01 +0530 Subject: [PATCH] stream settings: Rename subscription_members.hbs to stream_members.hbs. This is preparatory commit for migrating stream settings related templates into a separate folder and have a common naming scheme for them. --- .../templates/{subscription_members.hbs => stream_members.hbs} | 0 static/templates/subscription_settings.hbs | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename static/templates/{subscription_members.hbs => stream_members.hbs} (100%) diff --git a/static/templates/subscription_members.hbs b/static/templates/stream_members.hbs similarity index 100% rename from static/templates/subscription_members.hbs rename to static/templates/stream_members.hbs diff --git a/static/templates/subscription_settings.hbs b/static/templates/subscription_settings.hbs index 66d0801827..b62d0b1ede 100644 --- a/static/templates/subscription_settings.hbs +++ b/static/templates/subscription_settings.hbs @@ -102,7 +102,7 @@
{{#with sub}}
- {{> subscription_members}} + {{> stream_members}}
{{/with}}