User in path of hashtag timeline

merge-requests/30/head
Bob Mottram 2021-10-20 17:08:20 +01:00
parent 1de6b5d09c
commit e9bb9748c4
1 changed files with 3 additions and 2 deletions

View File

@ -797,7 +797,8 @@ def htmlHashtagSearch(cssCache: {},
# previous page link # previous page link
hashtagSearchForm += \ hashtagSearchForm += \
' <center>\n' + \ ' <center>\n' + \
' <a href="/tags/' + hashtag + '?page=' + \ ' <a href="/users/' + nickname + \
'/tags/' + hashtag + '?page=' + \
str(pageNumber - 1) + \ str(pageNumber - 1) + \
'"><img loading="lazy" class="pageicon" src="/' + \ '"><img loading="lazy" class="pageicon" src="/' + \
'icons/pageup.png" title="' + \ 'icons/pageup.png" title="' + \
@ -873,7 +874,7 @@ def htmlHashtagSearch(cssCache: {},
# next page link # next page link
hashtagSearchForm += \ hashtagSearchForm += \
' <center>\n' + \ ' <center>\n' + \
' <a href="/tags/' + hashtag + \ ' <a href="/users/' + nickname + '/tags/' + hashtag + \
'?page=' + str(pageNumber + 1) + \ '?page=' + str(pageNumber + 1) + \
'"><img loading="lazy" class="pageicon" src="/icons' + \ '"><img loading="lazy" class="pageicon" src="/icons' + \
'/pagedown.png" title="' + translate['Page down'] + \ '/pagedown.png" title="' + translate['Page down'] + \