/post_versions, /artist_versions: fix missing spaces between tags/names.

This commit is contained in:
evazion
2017-05-31 19:47:16 -05:00
parent 09ed1ea720
commit 7d8150ae2d
2 changed files with 2 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ module ArtistVersionsHelper
end
diff[:unchanged_names].each do |name|
html << '<span>' + h(name) + '</span>'
html << " "
end
html << "</span>"

View File

@@ -13,6 +13,7 @@ module PostVersionsHelper
end
diff[:unchanged_tags].each do |tag|
html << '<span>' + link_to(wordbreakify(tag), posts_path(:tags => tag)) + '</span>'
html << " "
end
html << "</span>"