mirror of
https://github.com/zulip/zulip.git
synced 2026-07-18 21:04:19 +08:00
Hide unimplemented, currently-greyed-out options in navbar, etc.
(imported from commit f33c3949979530b691743e29fb05f54808111b4e)
This commit is contained in:
parent
f1e4a27106
commit
037f523990
@ -94,24 +94,12 @@ var people_list = [
|
||||
<span class="hidden-phone"> Subscriptions</span>
|
||||
</a>
|
||||
</li>
|
||||
<li title="Starred" class="disabled">
|
||||
<a href="#">
|
||||
<i class="icon-star"></i>
|
||||
<span class="hidden-phone"> Starred</span>
|
||||
</a>
|
||||
</li>
|
||||
<li title="Settings">
|
||||
<a href="#settings" data-toggle="pill">
|
||||
<i class="icon-wrench"></i>
|
||||
<span class="hidden-phone"> Settings</span>
|
||||
</a>
|
||||
</li>
|
||||
<li title="Invite a friend" class="disabled">
|
||||
<a href="#">
|
||||
<i class="icon-envelope"></i>
|
||||
<span class="hidden-phone"> Invite a friend</span>
|
||||
</a>
|
||||
</li>
|
||||
{% if show_debug %}
|
||||
<li title="Debug">
|
||||
<a href="#debug" data-toggle="pill">
|
||||
|
||||
@ -10,9 +10,4 @@
|
||||
<i class="icon-user"></i> Start a huddle with me
|
||||
</a>
|
||||
</li>
|
||||
<li class="disabled">
|
||||
<a>
|
||||
<i class="icon-th-list"></i> View huddles with me
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user