From 49f814598608f28dc3702bf7355bdd31d21cfad2 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 17 Nov 2020 10:02:02 +0000 Subject: [PATCH] New follow icon is inside the header icons div --- webapp_timeline.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/webapp_timeline.py b/webapp_timeline.py index 05a60a33..942b7f6e 100644 --- a/webapp_timeline.py +++ b/webapp_timeline.py @@ -1027,12 +1027,13 @@ def headerButtonsTimeline(defaultTimeline: str, '' + if not newsHeader: + tlStr += followApprovals + if not iconsAsButtons: # end of headericons div tlStr += '' - if not newsHeader: - tlStr += followApprovals # end of the button header with inbox, outbox, etc tlStr += ' \n' return tlStr