mirror of https://github.com/zulip/zulip.git
stream settings: Migrate stream member list template to separate folder.
This commit is contained in:
parent
661ce2dc25
commit
d82da45564
|
@ -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";
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue