forked from indymedia/epicyon
Show link icon
parent
90c7ca045e
commit
2b131668ed
|
@ -6144,11 +6144,11 @@ def htmlTimeline(defaultTimeline: str,
|
||||||
|
|
||||||
# the links button to show left column links
|
# the links button to show left column links
|
||||||
tlStr += \
|
tlStr += \
|
||||||
' <a class="imageAnchorMobile" href="' + usersPath + '/links' + \
|
' <a class="imageAnchor" href="' + usersPath + '/links' + \
|
||||||
'"><img loading="lazy" src="/' + iconsDir + \
|
'"><img loading="lazy" src="/' + iconsDir + \
|
||||||
'/links.png" title="' + translate['Edit Links'] + \
|
'/links.png" title="' + translate['Edit Links'] + \
|
||||||
'" alt="| ' + translate['Edit Links'] + \
|
'" alt="| ' + translate['Edit Links'] + \
|
||||||
'" class="timelineIconMobile"/></a>\n'
|
'" class="timelineIcon"/></a>\n'
|
||||||
|
|
||||||
tlStr += followApprovals
|
tlStr += followApprovals
|
||||||
# end of the button header with inbox, outbox, etc
|
# end of the button header with inbox, outbox, etc
|
||||||
|
|
Loading…
Reference in New Issue