show popular tags when showing order:rank

This commit is contained in:
Albert Yi
2018-11-02 16:18:53 -07:00
parent 1a41ccf7ba
commit 08da9e7104

View File

@@ -26,7 +26,7 @@ module PostSetPresenters
related_tags_for_single(post_set.unordered_tag_array.first)
elsif Tag.has_metatag?(post_set.tag_array, *Tag::SUBQUERY_METATAGS)
calculate_related_tags_from_post_set
elsif post_set.is_empty_tag?
elsif post_set.is_empty_tag? || post_set.tag_string == "order:rank"
popular_tags
else
related_tags_for_group