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

View File

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