Show Pool excerpt for ordpool:1234 searches.

This commit is contained in:
evazion
2014-10-13 18:15:38 -05:00
parent ed6b08e65b
commit ee87fbd56f

View File

@@ -43,7 +43,7 @@ module PostSets
end
def pool_name
tag_string.match(/^pool:(\S+)$/i).try(:[], 1)
tag_string.match(/^(?:ord)?pool:(\S+)$/i).try(:[], 1)
end
def has_pool?