mirror of https://gitlab.com/bashrc2/epicyon
View button on shared item to get to the profile
parent
28bac56561
commit
680adeb228
|
@ -895,10 +895,14 @@ def htmlIndividualShare(domain: str, shareId: str,
|
||||||
if showContact:
|
if showContact:
|
||||||
contactActor = item['actor']
|
contactActor = item['actor']
|
||||||
profileStr += \
|
profileStr += \
|
||||||
'<p><a href="' + actor + \
|
'<p>' + \
|
||||||
|
'<a href="' + actor + \
|
||||||
'?replydm=sharedesc:' + sharedesc + \
|
'?replydm=sharedesc:' + sharedesc + \
|
||||||
'?mention=' + contactActor + '"><button class="button">' + \
|
'?mention=' + contactActor + '"><button class="button">' + \
|
||||||
translate['Contact'] + '</button></a>\n'
|
translate['Contact'] + '</button></a>\n'
|
||||||
|
profileStr += \
|
||||||
|
'<a href="' + contactActor + '"><button class="button">' + \
|
||||||
|
translate['View'] + '</button></a>\n'
|
||||||
if removeButton and domain in shareId:
|
if removeButton and domain in shareId:
|
||||||
profileStr += \
|
profileStr += \
|
||||||
' <a href="' + actor + '?rmshare=' + shareId + \
|
' <a href="' + actor + '?rmshare=' + shareId + \
|
||||||
|
|
Loading…
Reference in New Issue