mirror of https://github.com/zulip/zulip.git
zerver/navbar.html: Clean up to use 4 space indentation.
This commit is contained in:
parent
52c40668bc
commit
fbd0e190d0
|
@ -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>
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue