[Posts] Fix visual inconsistency on the parent message

Same as cd50549bbf
This commit is contained in:
Earlopain 2023-09-19 21:10:18 +02:00
parent a0c56446fa
commit ac0f2e9a40
No known key found for this signature in database
GPG Key ID: 48860312319ADF61

View File

@ -50,7 +50,7 @@ module PostsHelper
html << " (#{link_to("learn more", wiki_pages_path(:title => "e621:post_relationships"))}) "
html << link_to("» show", "#", id: "has-parent-relationship-preview-link")
html << link_to("show »", "#", id: "has-parent-relationship-preview-link")
html.html_safe
end