Invisible links

merge-requests/30/head
Bob Mottram 2021-02-05 15:36:35 +00:00
parent 7bf6c74e15
commit 0dabc9395a
1 changed files with 5 additions and 3 deletions

View File

@ -1342,9 +1342,11 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str,
editProfileForm += \
'<div class="transparent">' + \
'<label class="transparent">' + \
'<a href="/users/' + nickname + '/' + defaultTimeline + '" title="' + \
translate['Switch to timeline view'] + '" alt="' + \
translate['Switch to timeline view'] + '"></label>' + \
'<a href="/users/' + nickname + '">' + \
translate['Switch to profile view'] + '</a></label> | ' + \
'<label class="transparent">' + \
'<a href="/users/' + nickname + '/' + defaultTimeline + '">' + \
translate['Switch to timeline view'] + '</a></label>' + \
'</div>\n'
# top banner