Files
danbooru/app/helpers/artist_commentary_versions_helper.rb
2020-01-04 22:02:43 +00:00

7 lines
160 B
Ruby

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