wiki excerpts: show alias/implication lists even for tags without a wiki.
This commit is contained in:
@@ -37,6 +37,11 @@ module PostSets
|
||||
end
|
||||
end
|
||||
|
||||
def tag
|
||||
return nil if !is_single_tag?
|
||||
@tag ||= Tag.find_by(name: Tag.normalize_name(tag_string))
|
||||
end
|
||||
|
||||
def has_artist?
|
||||
is_single_tag? && artist.present? && artist.visible?
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user