Replace HTML comments with Django template comments, in the navbar.

(imported from commit 3c313f2f4a0014ff705332cf068c40a4baed968e)
This commit is contained in:
Waseem Daher 2013-01-31 16:37:20 -05:00
parent 2c954c8f82
commit 7e2271dd18

View File

@ -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>