Banner text

merge-requests/6/head
Bob Mottram 2019-11-27 20:41:59 +00:00
parent 7f5ebe0bbd
commit 3f07dddb11
1 changed files with 1 additions and 1 deletions

View File

@ -2631,7 +2631,7 @@ 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" title="'+translate['Switch to profile view']+'" alt="'+translate['Switch to profile view']+'>'
tlStr+='<div class="timeline-banner">'+translate['Switch to profile view']
tlStr+='</div></a>'
tlStr+='<div class="container">\n'
tlStr+=' <a href="'+actor+'/inbox"><button class="'+inboxButton+'"><span>'+translate['Inbox']+'</span></button></a>'