mirror of https://github.com/zulip/zulip.git
12 lines
374 B
HTML
12 lines
374 B
HTML
{# Subscriptions management tab of the app. #}
|
|
|
|
<div class="subscriptions">
|
|
<h1><i class="icon-vector-exchange streams-icon"></i>Streams</h1>
|
|
<div class="alert" id="subscriptions-status"></div>
|
|
<div id="subs_page_loading_indicator"></div>
|
|
<div id="subscriptions_table">
|
|
</div>
|
|
</div>
|
|
|
|
{% include "zerver/stream_creation_prompt.html" %}
|