Include timeline name in skip link

merge-requests/10/merge
Bob Mottram 2021-02-01 20:38:11 +00:00
parent 13e3def4b3
commit f97c349e3a
1 changed files with 2 additions and 1 deletions

View File

@ -372,7 +372,8 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
'<a href="/users/' + nickname + '">' + \
translate['Switch to profile view'] + '</a></label> | ' + \
'<label class="transparent">' + \
'<a class="skip-main" href="#timeline">' + \
'<a class="skip-main" href="' + usersPath + '/' + boxName + \
'#timeline">' + \
translate['Skip to timeline'] + '</a></label> | ' + \
'<label class="transparent">' + \
'<a class="skip-newswire" href="#newswire">' + \