Button sequence, so that it's consistent with front page

merge-requests/8/head
Bob Mottram 2020-10-30 14:51:14 +00:00
parent 45998e9b3e
commit 124bd81fe7
1 changed files with 6 additions and 6 deletions

View File

@ -6289,12 +6289,6 @@ def getTimelineButtonHeader(defaultTimeline: str,
'<span>' + translate['Expand'] + \
'</span></button></a>\n'
if newsHeader:
tlStr += \
' <a href="' + usersPath + '/inbox' + \
'"><button class="button">' + \
'<span>' + translate['User'] + '</span></button></a>\n'
# the newswire button to show right column links
if not iconsAsButtons:
tlStr += \
@ -6329,6 +6323,12 @@ def getTimelineButtonHeader(defaultTimeline: str,
'<span>' + translate['Links'] + \
'</span></button></a>\n'
if newsHeader:
tlStr += \
' <a href="' + usersPath + '/inbox' + \
'"><button class="button">' + \
'<span>' + translate['User'] + '</span></button></a>\n'
if not newsHeader:
tlStr += followApprovals
# end of the button header with inbox, outbox, etc