mirror of https://github.com/zulip/zulip.git
stream_create: Move and rename the subscription_invites_warning modal.
Moved `subscription_invites_warning` modal to `confirm_dialog` folder and renamed the modal to `confirm_subscription_invites_warning.hbs` to follow the naming convention.
This commit is contained in:
parent
db0a69648a
commit
1db2fbcd77
|
@ -1,9 +1,9 @@
|
|||
import $ from "jquery";
|
||||
|
||||
import render_announce_stream_docs from "../templates/announce_stream_docs.hbs";
|
||||
import render_subscription_invites_warning_modal from "../templates/confirm_dialog/confirm_subscription_invites_warning.hbs";
|
||||
import render_new_stream_user from "../templates/new_stream_user.hbs";
|
||||
import render_new_stream_users from "../templates/new_stream_users.hbs";
|
||||
import render_subscription_invites_warning_modal from "../templates/subscription_invites_warning_modal.hbs";
|
||||
|
||||
import * as channel from "./channel";
|
||||
import * as confirm_dialog from "./confirm_dialog";
|
||||
|
|
|
@ -705,7 +705,7 @@ html_rules: List["Rule"] = [
|
|||
"templates/corporate/upgrade.html",
|
||||
# Miscellaneous violations to be cleaned up
|
||||
"static/templates/user_info_popover_title.hbs",
|
||||
"static/templates/subscription_invites_warning_modal.hbs",
|
||||
"static/templates/confirm_dialog/confirm_subscription_invites_warning.hbs",
|
||||
"templates/zerver/reset_confirm.html",
|
||||
"templates/zerver/config_error.html",
|
||||
"templates/zerver/dev_env_email_access_details.html",
|
||||
|
|
Loading…
Reference in New Issue