Show link icon

main
Bob Mottram 2020-10-11 23:21:21 +01:00
parent 90c7ca045e
commit 2b131668ed
1 changed files with 2 additions and 2 deletions

View File

@ -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