zulip/templates/zerver/subscriptions.html

12 lines
373 B
HTML
Raw Normal View History

{# Subscriptions management tab of the app. #}
<div class="subscriptions">
<h1>Streams</h1>
<div class="alert" id="subscriptions-status"></div>
<div id="subs_page_loading_indicator"></div>
<table id="subscriptions_table" class="table table-condensed table-striped">
</table>
</div>
{% include "zerver/stream_creation_prompt.html" %}