Test link

merge-requests/6/head
Bob Mottram 2019-11-27 20:46:44 +00:00
parent 3f07dddb11
commit c13440ffc8
1 changed files with 2 additions and 1 deletions

View File

@ -2631,7 +2631,8 @@ def htmlTimeline(recentPostsCache: {},maxRecentPosts: int,
# banner and row of buttons
tlStr+='<a href="/users/'+nickname+'" title="'+translate['Switch to profile view']+'" alt="'+translate['Switch to profile view']+'">'
tlStr+='<div class="timeline-banner">'+translate['Switch to profile view']
tlStr+='<div class="timeline-banner">'
tlStr+='<a href="/users/'+nickname+'">'+translate['Switch to profile view']+'</a>'
tlStr+='</div></a>'
tlStr+='<div class="container">\n'
tlStr+=' <a href="'+actor+'/inbox"><button class="'+inboxButton+'"><span>'+translate['Inbox']+'</span></button></a>'