stream settings: Migrate stream member list template to separate folder.

This commit is contained in:
m-e-l-u-h-a-n 2021-07-18 00:41:45 +05:30 committed by Tim Abbott
parent 661ce2dc25
commit d82da45564
4 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import render_change_stream_info_modal from "../templates/change_stream_info_mod
import render_settings_deactivation_stream_modal from "../templates/confirm_dialog/confirm_deactivate_stream.hbs";
import render_unsubscribe_private_stream_modal from "../templates/confirm_dialog/confirm_unsubscribe_private_stream.hbs";
import render_stream_description from "../templates/stream_description.hbs";
import render_stream_member_list_entry from "../templates/stream_member_list_entry.hbs";
import render_stream_member_list_entry from "../templates/stream_settings/stream_member_list_entry.hbs";
import render_stream_subscription_request_result from "../templates/stream_subscription_request_result.hbs";
import render_subscription_settings from "../templates/subscription_settings.hbs";
import render_subscription_stream_privacy_modal from "../templates/subscription_stream_privacy_modal.hbs";

View File

@ -102,7 +102,7 @@
<div class="subscriber_settings stream_section">
{{#with sub}}
<div class="subscription-members-setting">
{{> stream_members}}
{{> stream_settings/stream_members}}
</div>
{{/with}}
</div>