mirror of https://gitlab.com/bashrc2/epicyon
Change position of mutual icon
parent
256e7a1d85
commit
b42b72d3e7
|
|
@ -3484,7 +3484,7 @@ def html_individual_post(recent_posts_cache: {}, max_recent_posts: int,
|
||||||
mutual_prefix = translate['Mutual'] + ' '
|
mutual_prefix = translate['Mutual'] + ' '
|
||||||
|
|
||||||
post_str += \
|
post_str += \
|
||||||
'<p>' + mutual_prefix + by_text + ' '
|
'<p>' + by_text + ' '
|
||||||
post_str += \
|
post_str += \
|
||||||
'<form method="POST" accept-charset="UTF-8" action="' + \
|
'<form method="POST" accept-charset="UTF-8" action="' + \
|
||||||
actor + '/searchhandle">\n' + \
|
actor + '/searchhandle">\n' + \
|
||||||
|
|
@ -3495,7 +3495,7 @@ def html_individual_post(recent_posts_cache: {}, max_recent_posts: int,
|
||||||
'"><button type="submit" ' + \
|
'"><button type="submit" ' + \
|
||||||
'class="followApproveHandle" ' + \
|
'class="followApproveHandle" ' + \
|
||||||
'name="submitSearch" tabindex="10">' + \
|
'name="submitSearch" tabindex="10">' + \
|
||||||
by_str_handle + '</button></form>'
|
mutual_prefix + by_str_handle + '</button></form>'
|
||||||
post_str += by_text_extra + '\n'
|
post_str += by_text_extra + '\n'
|
||||||
follow_str = ' <form method="POST" ' + \
|
follow_str = ' <form method="POST" ' + \
|
||||||
'accept-charset="UTF-8" action="' + actor + '/searchhandle">\n'
|
'accept-charset="UTF-8" action="' + actor + '/searchhandle">\n'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue