fix: fix On Hiatus tag display.

This commit is contained in:
Neetpone 2024-04-02 21:02:26 -04:00
parent eb0f5ce47e
commit 602ff02d15

View file

@ -26,6 +26,10 @@ module SearchHelper
tag.div class: 'fstatus si', title: 'Incomplete' do
'Incomplete'
end
when 'hiatus' then
tag.div class: 'fstatus sh', title: 'On Hiatus' do
'On Hiatus'
end
when 'cancelled' then
tag.div class: 'fstatus sn', title: 'Cancelled' do
'Cancelled'