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 = \
|
contactActor = \
|
||||||
httpPrefix + '://' + domainFull + '/users/' + contactNickname
|
httpPrefix + '://' + domainFull + '/users/' + contactNickname
|
||||||
sharedItemsForm += \
|
sharedItemsForm += \
|
||||||
'<p><a href="' + actor + '?replydm=sharedesc:' + \
|
'<p>' + \
|
||||||
|
'<a href="' + actor + '?replydm=sharedesc:' + \
|
||||||
sharedItem['displayName'] + '?mention=' + contactActor + \
|
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?
|
# should the remove button be shown?
|
||||||
showRemoveButton = False
|
showRemoveButton = False
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue