Add 'My Channels' to prevent silly people from forgetting which rooms they own

This commit is contained in:
calzoneman 2013-08-06 11:20:15 -04:00
parent 6d37c63a3d
commit b53ac91a61
4 changed files with 82 additions and 3 deletions

View file

@ -47,6 +47,7 @@
<li><a href="javascript:void(0)" id="pwreset">Reset Password</a></li>
<li><a href="javascript:void(0)" id="profile">Edit Profile</a></li>
<li><a href="javascript:void(0)" id="email">Change Email</a></li>
<li><a href="javascript:void(0)" id="channels">My Channels</a></li>
</ul>
</div>
<div class="span7">
@ -208,6 +209,16 @@
</div>
</form>
</div>
<div class="span7" id="channelspane" style="display: none">
<h1>My Channels</h1>
<table id="channellist" class="table table-bordered">
<thead>
<tr>
<th>Name</th>
</tr>
</thead>
</table>
</div>
</div>
</div> <!-- /container -->
<div class="push"></div>