mirror of https://gitlab.com/bashrc2/epicyon
View button on shared item to get to the profile
parent
680adeb228
commit
e042b47721
|
@ -1297,9 +1297,13 @@ def htmlSearchResultShare(baseDir: str, sharedItem: {}, translate: {},
|
|||
contactActor = \
|
||||
httpPrefix + '://' + domainFull + '/users/' + contactNickname
|
||||
sharedItemsForm += \
|
||||
'<p><a href="' + actor + '?replydm=sharedesc:' + \
|
||||
'<p>' + \
|
||||
'<a href="' + actor + '?replydm=sharedesc:' + \
|
||||
sharedItem['displayName'] + '?mention=' + contactActor + \
|
||||
'"><button class="button">' + translate['Contact'] + '</button></a>\n'
|
||||
'"><button class="button">' + translate['Contact'] + \
|
||||
'</button></a>\n' + \
|
||||
'<a href="' + contactActor + '"><button class="button">' + \
|
||||
translate['View'] + '</button></a>\n'
|
||||
|
||||
# should the remove button be shown?
|
||||
showRemoveButton = False
|
||||
|
|
Loading…
Reference in New Issue