From 10301900e29b3e9032a111168bb25fefb9de3c99 Mon Sep 17 00:00:00 2001 From: Matchu Date: Tue, 18 Jun 2024 16:49:09 -0700 Subject: [PATCH] Credit the Owls team for Dyeworks extra info in the Item Getting Guide --- app/views/items/sources.html.haml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/views/items/sources.html.haml b/app/views/items/sources.html.haml index 201a3657..a583cf10 100644 --- a/app/views/items/sources.html.haml +++ b/app/views/items/sources.html.haml @@ -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)