mirror of
https://github.com/Neetpone/foalfetch.git
synced 2025-02-08 18:06:43 +01:00
fix: fix On Hiatus tag display.
This commit is contained in:
parent
eb0f5ce47e
commit
602ff02d15
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ module SearchHelper
|
||||||
tag.div class: 'fstatus si', title: 'Incomplete' do
|
tag.div class: 'fstatus si', title: 'Incomplete' do
|
||||||
'Incomplete'
|
'Incomplete'
|
||||||
end
|
end
|
||||||
|
when 'hiatus' then
|
||||||
|
tag.div class: 'fstatus sh', title: 'On Hiatus' do
|
||||||
|
'On Hiatus'
|
||||||
|
end
|
||||||
when 'cancelled' then
|
when 'cancelled' then
|
||||||
tag.div class: 'fstatus sn', title: 'Cancelled' do
|
tag.div class: 'fstatus sn', title: 'Cancelled' do
|
||||||
'Cancelled'
|
'Cancelled'
|
||||||
|
|
Loading…
Reference in a new issue