mirror of https://gitlab.com/bashrc2/epicyon
Semantic highlight for follow request
parent
7ce33cef20
commit
01920a04ee
|
@ -898,10 +898,10 @@ def htmlKeyboardNavigation(banner: str, links: {},
|
||||||
|
|
||||||
# show new follower approvals
|
# show new follower approvals
|
||||||
if usersPath and translate and followApprovals:
|
if usersPath and translate and followApprovals:
|
||||||
htmlStr += '<label class="transparent">' + \
|
htmlStr += '<strong><label class="transparent">' + \
|
||||||
'<a href="' + usersPath + '/followers#timeline">' + \
|
'<a href="' + usersPath + '/followers#timeline">' + \
|
||||||
translate['Approve follow requests'] + '</a>' + \
|
translate['Approve follow requests'] + '</a>' + \
|
||||||
'</label><br><br>'
|
'</label></strong><br><br>'
|
||||||
|
|
||||||
# show the list of links
|
# show the list of links
|
||||||
for title, url in links.items():
|
for title, url in links.items():
|
||||||
|
|
Loading…
Reference in New Issue