mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
subscriptions: add HTML and templates for new stream creation modal.
(imported from commit d19991c7fcdd29feafa877ca8203034028b1e0b2)
This commit is contained in:
@@ -13,7 +13,7 @@ $(function () {
|
||||
// Compile Handlebars templates.
|
||||
$.each(['message', 'subscription',
|
||||
'userinfo_popover_title', 'userinfo_popover_content',
|
||||
'timeinfo_popover_content', 'invite_subscription'],
|
||||
'timeinfo_popover_content', 'invite_subscription', 'new_stream_users'],
|
||||
function (index, name) {
|
||||
templates[name] = Handlebars.compile($('#template_'+name).html());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user