zulip/templates/zerver/subscriptions.html
Brock Whittaker 1886f0a015 redesign: Convert subscriptions page to overlay.
This is a major change to the /#subscriptions page, converting it to
by a side-by-side list of streams and their settings in an overlay.
There are no new features added/removed, but it's a huge changeset,
because it replaces the old navigation logic and moves the stream
creation modal to appear in the right side of this overlay.
2016-12-09 11:08:08 -08:00

6 lines
124 B
HTML

{# Subscriptions management tab of the app. #}
<div class="subscriptions">
<div id="subscriptions_table">
</div>
</div>