mirror of https://gitlab.com/bashrc2/epicyon
Revert "Button sequence, so that it's consistent with front page"
This reverts commit 124bd81fe7
.
merge-requests/8/head
parent
124bd81fe7
commit
1b023c4255
|
@ -6289,6 +6289,12 @@ 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 += \
|
||||
|
@ -6323,12 +6329,6 @@ 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
|
||||
|
|
Loading…
Reference in New Issue