From df712b7794847a94bb428772cf9d10cd262188e1 Mon Sep 17 00:00:00 2001 From: Zev Benjamin Date: Wed, 23 Jan 2013 13:10:51 -0500 Subject: [PATCH] Move the "create new stream" form into the subscriptions table (imported from commit 6cfccf01b4253423e271a08c74f6077cbc10fce3) --- templates/zephyr/subscriptions.html | 18 ++++++++++++------ zephyr/jstemplates/subscription.html | 2 +- zephyr/static/js/subs.js | 18 +++++++++--------- zephyr/static/styles/zephyr.css | 11 ++++++++++- zephyr/tests/frontend/tests/site.js | 6 +++--- 5 files changed, 35 insertions(+), 20 deletions(-) diff --git a/templates/zephyr/subscriptions.html b/templates/zephyr/subscriptions.html index c3c4f86357..cc7a507d9d 100644 --- a/templates/zephyr/subscriptions.html +++ b/templates/zephyr/subscriptions.html @@ -4,15 +4,21 @@

Subscriptions

-
{% csrf_token %} - - -
- + + +
+
+
+ + +
+
+
diff --git a/zephyr/jstemplates/subscription.html b/zephyr/jstemplates/subscription.html index 0bf09772cc..86f6f2f874 100644 --- a/zephyr/jstemplates/subscription.html +++ b/zephyr/jstemplates/subscription.html @@ -3,7 +3,7 @@ {{#with this}} -
+
{{name}}