2012-10-16 06:03:29 +02:00
|
|
|
{# Subscriptions management tab of the app. #}
|
|
|
|
|
2012-10-04 22:59:18 +02:00
|
|
|
<div class="subscriptions">
|
2013-11-08 10:12:05 +01:00
|
|
|
<h1><i class="icon-vector-exchange streams-icon"></i>Streams</h1>
|
2012-10-04 22:59:18 +02:00
|
|
|
<div class="alert" id="subscriptions-status"></div>
|
2013-01-16 21:26:55 +01:00
|
|
|
<div id="subs_page_loading_indicator"></div>
|
2013-11-08 10:12:05 +01:00
|
|
|
<div id="subscriptions_table">
|
|
|
|
</div>
|
2012-10-04 22:59:18 +02:00
|
|
|
</div>
|
2013-01-31 21:01:53 +01:00
|
|
|
|
2013-07-29 23:03:31 +02:00
|
|
|
{% include "zerver/stream_creation_prompt.html" %}
|