From c2e038ea2f0fc4abb45027f8d3ba1cd34b0d89fd Mon Sep 17 00:00:00 2001 From: Eeshan Garg Date: Mon, 26 Jul 2021 17:45:04 -0230 Subject: [PATCH] portico-header: Fix "Find accounts" and "New organization" links. One of my recent commits added these links but mistakenly rendered them as list items on our /help pages. --- templates/zerver/portico-header.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/templates/zerver/portico-header.html b/templates/zerver/portico-header.html index 302a4800bd..10536329fb 100644 --- a/templates/zerver/portico-header.html +++ b/templates/zerver/portico-header.html @@ -43,12 +43,8 @@ {% if find_team_link_disabled %} {% else %} -
  • - Find accounts -
  • -
  • - New organization -
  • + Find accounts + New organization {% endif %}