reverted post version tag change for danbooru2
This commit is contained in:
@@ -7,8 +7,7 @@ class PostVersionPresenter < Presenter
|
||||
|
||||
def changes
|
||||
html = []
|
||||
html << post_version.del_tag_array.map {|x| "<del>#{h(x)}</del>"}
|
||||
html << post_version.add_tag_array.map {|x| "<ins>#{h(x)}</ins>"}
|
||||
html << post_version.tag_array
|
||||
html << "<ins>source:#{h(post_version.source)}</ins>" if post_version.source
|
||||
html << "<ins>rating:#{h(post_version.rating)}</ins>" if post_version.rating
|
||||
html << "<ins>parent:#{post_version.parent_id}</ins>" if post_version.parent_id
|
||||
|
||||
Reference in New Issue
Block a user