forked from OpenNeo/impress
Credit the Owls team for Dyeworks extra info in the Item Getting Guide
This commit is contained in:
parent
ec476f4c65
commit
10301900e2
1 changed files with 5 additions and 3 deletions
|
@ -77,20 +77,22 @@
|
|||
title: "This recipe is NOT currently scheduled to be removed " +
|
||||
"from Dyeworks. It might not stay forever, but it's also " +
|
||||
"not part of a known limited-time event, like most " +
|
||||
"Dyeworks items are."
|
||||
"Dyeworks items are. (Thanks Owls team!)"
|
||||
}
|
||||
(Permanent)
|
||||
- elsif item.dyeworks_limited_final_date.present?
|
||||
%span.dyeworks-timeframe{
|
||||
title: "This recipe is part of a limited-time Dyeworks " +
|
||||
"event. The last day you can dye this is " +
|
||||
"#{item.dyeworks_limited_final_date.to_fs(:month_and_day)}."
|
||||
"#{item.dyeworks_limited_final_date.to_fs(:month_and_day)}. " +
|
||||
"(Thanks Owls team!)"
|
||||
}
|
||||
(Thru #{item.dyeworks_limited_final_date.to_fs(:month_and_day)})
|
||||
- elsif item.dyeworks_limited?
|
||||
%span.dyeworks-timeframe{
|
||||
title: "This recipe is part of a limited-time Dyeworks " +
|
||||
"event, and is scheduled to be removed from the NC Mall soon."
|
||||
"event, and is scheduled to be removed from the NC Mall " +
|
||||
"soon. (Thanks Owls team!)"
|
||||
}
|
||||
(Limited-time)
|
||||
|
||||
|
|
Loading…
Reference in a new issue