mirror of https://gitlab.com/bashrc2/epicyon
Can still view even if cannot follow
parent
35f6921d7e
commit
19ffc6d0b4
|
@ -222,7 +222,9 @@ def htmlProfileAfterSearch(cssCache: {},
|
||||||
personUrl + '">\n' + \
|
personUrl + '">\n' + \
|
||||||
' <button type="submit" class="button" name="submitYes" ' + \
|
' <button type="submit" class="button" name="submitYes" ' + \
|
||||||
'accesskey="' + accessKeys['followButton'] + '">' + \
|
'accesskey="' + accessKeys['followButton'] + '">' + \
|
||||||
translate['Follow'] + '</button>\n' + \
|
translate['Follow'] + '</button>\n'
|
||||||
|
|
||||||
|
profileStr += \
|
||||||
' <button type="submit" class="button" name="submitView" ' + \
|
' <button type="submit" class="button" name="submitView" ' + \
|
||||||
'accesskey="' + accessKeys['viewButton'] + '">' + \
|
'accesskey="' + accessKeys['viewButton'] + '">' + \
|
||||||
translate['View'] + '</button>\n' + \
|
translate['View'] + '</button>\n' + \
|
||||||
|
|
Loading…
Reference in New Issue