zerver/navbar.html: Clean up to use 4 space indentation.

This commit is contained in:
Aditya Bansal
2018-01-27 23:03:41 +05:30
committed by Tim Abbott
parent 52c40668bc
commit fbd0e190d0
2 changed files with 161 additions and 162 deletions

View File

@@ -19,7 +19,7 @@
</div> </div>
</div> </div>
<div class="header"> <div class="header">
<nav class="header-main rightside-userlist" id="top_navbar"> <nav class="header-main rightside-userlist" id="top_navbar">
<div class="column-left"> <div class="column-left">
<a class="brand no-style" href="#"> <a class="brand no-style" href="#">
<img src="/static/images/logo/zulip-icon-128x128.png" class="nav-logo no-drag" alt=""/> <img src="/static/images/logo/zulip-icon-128x128.png" class="nav-logo no-drag" alt=""/>
@@ -168,5 +168,5 @@
</ul> </ul>
</div> </div>
</div> </div>
</nav> </nav>
</div> </div>

View File

@@ -108,7 +108,6 @@ def check_html_templates(templates, all_dups):
IGNORE_FILES = [ IGNORE_FILES = [
# Temporarily Avoiding cleaning these to avoid merge conflicts for now. # Temporarily Avoiding cleaning these to avoid merge conflicts for now.
'templates/zerver/keyboard_shortcuts.html', 'templates/zerver/keyboard_shortcuts.html',
'templates/zerver/navbar.html',
# zephyr-mirror.html has some whitespace-dependent formatting # zephyr-mirror.html has some whitespace-dependent formatting
# for code blocks that prevent cleaning it. Might make sense # for code blocks that prevent cleaning it. Might make sense
# to convert it to a /help/ markdown article. # to convert it to a /help/ markdown article.