mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
lint: Fix indentation in portico header HTML.
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
<div class="column-right top-links">
|
<div class="column-right top-links">
|
||||||
{% if user_is_authenticated %}
|
{% if user_is_authenticated %}
|
||||||
{% include 'zerver/portico-header-dropdown.html' %}
|
{% include 'zerver/portico-header-dropdown.html' %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if login_link_disabled %}
|
{% if login_link_disabled %}
|
||||||
{% elif not only_sso %}
|
{% elif not only_sso %}
|
||||||
|
|||||||
Reference in New Issue
Block a user