From c7a9faa8033fff81056c77d6309857fdff8999f1 Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Sun, 10 Feb 2019 16:25:45 +0000 Subject: [PATCH] right sidebar: Move invite link below Group PMs. It looked kinda terrible in between the two user lists. There is some discussion here (I have to break the link into two lines to make gitlint happy): https://chat.zulip.org/#narrow/stream/ 101-design/topic/user.20sidebar.20in.20left/near/697682 --- templates/zerver/app/right_sidebar.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/zerver/app/right_sidebar.html b/templates/zerver/app/right_sidebar.html index 8245109ebc..d45d301585 100644 --- a/templates/zerver/app/right_sidebar.html +++ b/templates/zerver/app/right_sidebar.html @@ -22,9 +22,6 @@
- {% if show_invites %} - {{ _('Invite more users') }} - {% endif %}
@@ -33,6 +30,9 @@
+ {% if show_invites %} + {{ _('Invite more users') }} + {% endif %}