Link to timeline view

main
Bob Mottram 2019-11-27 21:02:51 +00:00
parent 220b00ffb6
commit 1a32bb505a
1 changed files with 2 additions and 1 deletions

View File

@ -1435,7 +1435,8 @@ def htmlProfile(recentPostsCache: {},maxRecentPosts: int, \
else:
editProfileStr='<a href="'+actor+'/editprofile"><button class="button"><span>'+translate['Edit']+' </span></button></a>'
logoutStr='<a href="/logout"><button class="button"><span>'+translate['Logout']+' </span></button></a>'
linkToTimelineStart='<a href="/users/'+nickname+'/inbox" title="'+translate['Switch to timeline view']+'" alt="'+translate['Switch to timeline view']+'">'
linkToTimelineStart='<a href="/users/'+nickname+'/inbox"><label class="transparent">'+translate['Switch to timeline view']+'</label></a>'
linkToTimelineStart+='<a href="/users/'+nickname+'/inbox" title="'+translate['Switch to timeline view']+'" alt="'+translate['Switch to timeline view']+'">'
linkToTimelineEnd='</a>'
# are there any follow requests?
followRequestsFilename=baseDir+'/accounts/'+nickname+'@'+domain+'/followrequests.txt'