mirror of https://gitlab.com/bashrc2/epicyon
Invisible links
parent
7bf6c74e15
commit
0dabc9395a
|
@ -1342,9 +1342,11 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str,
|
||||||
editProfileForm += \
|
editProfileForm += \
|
||||||
'<div class="transparent">' + \
|
'<div class="transparent">' + \
|
||||||
'<label class="transparent">' + \
|
'<label class="transparent">' + \
|
||||||
'<a href="/users/' + nickname + '/' + defaultTimeline + '" title="' + \
|
'<a href="/users/' + nickname + '">' + \
|
||||||
translate['Switch to timeline view'] + '" alt="' + \
|
translate['Switch to profile view'] + '</a></label> | ' + \
|
||||||
translate['Switch to timeline view'] + '"></label>' + \
|
'<label class="transparent">' + \
|
||||||
|
'<a href="/users/' + nickname + '/' + defaultTimeline + '">' + \
|
||||||
|
translate['Switch to timeline view'] + '</a></label>' + \
|
||||||
'</div>\n'
|
'</div>\n'
|
||||||
|
|
||||||
# top banner
|
# top banner
|
||||||
|
|
Loading…
Reference in New Issue