Add announcement explaining alt style bugs
so people know it's fixed and can model them now lol
This commit is contained in:
parent
89c729ecbe
commit
50c9ba53e7
2 changed files with 7 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
||||||
module OutfitsHelper
|
module OutfitsHelper
|
||||||
LAST_DAY_OF_ANNOUNCEMENT = Date.parse("2024-10-10")
|
LAST_DAY_OF_ANNOUNCEMENT = Date.parse("2024-10-21")
|
||||||
def show_announcement?
|
def show_announcement?
|
||||||
Date.today <= LAST_DAY_OF_ANNOUNCEMENT
|
Date.today <= LAST_DAY_OF_ANNOUNCEMENT
|
||||||
end
|
end
|
||||||
|
|
|
@ -11,19 +11,13 @@
|
||||||
.content
|
.content
|
||||||
%p
|
%p
|
||||||
%strong
|
%strong
|
||||||
= link_to "This week in DTI: Performance upgrades!",
|
🎃
|
||||||
"https://blog.openneo.net/2024/10/03/perf-upgrades.html"
|
= link_to "New pet styles are out today!", alt_styles_path
|
||||||
If you saw the site stutter, whoops, you weren't imagining it! We've
|
If you've seen one we don't have yet, please model it by entering the
|
||||||
dug into our past and made three changes to speed up the site for
|
pet's name in the box below. Thank you!!
|
||||||
everyone, whew!
|
|
||||||
%p
|
%p
|
||||||
Also, in case you can help:
|
By the way, we had a bug where modeling new styles wasn't working for a
|
||||||
= succeed "," do
|
little while. Fixed now! 🤞
|
||||||
= link_to "I'm job-hunting right now",
|
|
||||||
"https://blog.openneo.net/2024/10/03/perf-upgrades.html#job-hunting"
|
|
||||||
looking for
|
|
||||||
full-time software roles!
|
|
||||||
%em (You gotta ask, right?)
|
|
||||||
|
|
||||||
#outfit-forms
|
#outfit-forms
|
||||||
#pet-preview
|
#pet-preview
|
||||||
|
|
Loading…
Reference in a new issue