Files
danbooru/app/helpers/artist_commentary_versions_helper.rb
2020-01-11 19:01:40 -06:00

6 lines
159 B
Ruby

module ArtistCommentaryVersionsHelper
def artist_commentary_versions_listing_type
params.dig(:search, :post_id).present? ? :revert : :standard
end
end