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">
|
2016-04-21 08:48:33 +02:00
|
|
|
<h1><i class="icon-vector-exchange streams-icon"></i>{{ _("Streams") }}</h1>
|
2016-03-15 18:22:20 +01:00
|
|
|
<div class="alert" id="subscriptions-status">
|
|
|
|
<span id="response"></span>
|
|
|
|
<span id="close-subscriptions-status"><i class="icon-vector-remove"></i></span>
|
|
|
|
</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" %}
|