subscriptions: add HTML and templates for new stream creation modal.

(imported from commit d19991c7fcdd29feafa877ca8203034028b1e0b2)
This commit is contained in:
Jessica McKellar
2013-01-31 15:01:53 -05:00
parent 637d4a74f2
commit 018f45d151
6 changed files with 53 additions and 1 deletions

View File

@@ -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());
}