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-01-23 20:26:03 +01:00
|
|
|
<h1>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-07-26 20:43:14 +02:00
|
|
|
<table id="subscriptions_table" class="table table-condensed table-striped">
|
2013-01-23 18:39:51 +01:00
|
|
|
</table>
|
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" %}
|