mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
Replace HTML comments with Django template comments, in the navbar.
(imported from commit 3c313f2f4a0014ff705332cf068c40a4baed968e)
This commit is contained in:
parent
2c954c8f82
commit
7e2271dd18
@ -21,11 +21,11 @@
|
||||
<button class="btn search_button" type="button" id="search_exit"><i class="icon-remove"></i></button>
|
||||
</div>
|
||||
</form>
|
||||
</div><!-- /searchbox -->
|
||||
</div>{# /searchbox #}
|
||||
|
||||
<div id="navbar-buttons">
|
||||
<ul class="nav" role="navigation">
|
||||
<!-- stuff that gets visible in skinny mode -->
|
||||
{# stuff that gets visible in skinny mode #}
|
||||
<li class="visible-phone" title="New stream message">
|
||||
<a href="#" onclick="compose.set_mode('stream'); return false;">
|
||||
<i class="icon-bullhorn"></i>
|
||||
@ -36,7 +36,7 @@
|
||||
<i class="icon-user"></i>
|
||||
</a>
|
||||
</li>
|
||||
<!-- /stuff that gets visible in skinny mode -->
|
||||
{# /stuff that gets visible in skinny mode #}
|
||||
<li class="dropdown" id="gear-menu">
|
||||
<a id="settings-dropdown" href="#" role="button" class="dropdown-toggle" data-toggle="dropdown">
|
||||
<span class="glyphicons cogwheel"><i></i></span><b class="caret"></b>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user