mirror of https://gitlab.com/bashrc2/epicyon
Missing icon
parent
14094e3d06
commit
e0190b2106
|
@ -2996,7 +2996,11 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \
|
||||||
'<a href="/users/'+nickname+'?editblogpost='+ \
|
'<a href="/users/'+nickname+'?editblogpost='+ \
|
||||||
postJsonObject['object']['id']+ \
|
postJsonObject['object']['id']+ \
|
||||||
'?actor='+postJsonObject['actor']+ \
|
'?actor='+postJsonObject['actor']+ \
|
||||||
'" title="'+translate['Edit blog post']+'">'
|
'" title="'+translate['Edit blog post']+'">'+ \
|
||||||
|
'<img loading="lazy" title="'+ \
|
||||||
|
translate['Edit blog post']+' |" alt="'+ \
|
||||||
|
translate['Edit blog post']+ \
|
||||||
|
' |" src="/'+iconsDir+'/edit.png"/></a>'
|
||||||
|
|
||||||
announceStr=''
|
announceStr=''
|
||||||
if not isModerationPost and showRepeatIcon:
|
if not isModerationPost and showRepeatIcon:
|
||||||
|
|
Loading…
Reference in New Issue