forked from indymedia/epicyon
New follow icon is inside the header icons div
parent
699513bc7c
commit
49f8145986
|
@ -1027,12 +1027,13 @@ def headerButtonsTimeline(defaultTimeline: str,
|
|||
'<button class="buttonDesktop">' + \
|
||||
'<span>' + translate['Settings'] + '</span></button></a>'
|
||||
|
||||
if not newsHeader:
|
||||
tlStr += followApprovals
|
||||
|
||||
if not iconsAsButtons:
|
||||
# end of headericons div
|
||||
tlStr += '</div>'
|
||||
|
||||
if not newsHeader:
|
||||
tlStr += followApprovals
|
||||
# end of the button header with inbox, outbox, etc
|
||||
tlStr += ' </div>\n'
|
||||
return tlStr
|
||||
|
|
Loading…
Reference in New Issue