Announcement about modeling being broken
This commit is contained in:
parent
d82c7f817a
commit
3ac89e830e
2 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
||||||
module OutfitsHelper
|
module OutfitsHelper
|
||||||
LAST_DAY_OF_ANNOUNCEMENT = Date.parse("2024-10-21")
|
LAST_DAY_OF_ANNOUNCEMENT = Date.parse("2024-11-08")
|
||||||
def show_announcement?
|
def show_announcement?
|
||||||
Date.today <= LAST_DAY_OF_ANNOUNCEMENT
|
Date.today <= LAST_DAY_OF_ANNOUNCEMENT
|
||||||
end
|
end
|
||||||
|
|
|
@ -6,18 +6,18 @@
|
||||||
|
|
||||||
- if show_announcement?
|
- if show_announcement?
|
||||||
%section.announcement
|
%section.announcement
|
||||||
= image_tag "about/announcement.png", width: 70, height: 70,
|
= image_tag "/images/error-grundo.png", width: 70, height: 70,
|
||||||
srcset: {"about/announcement@2x.png": "2x"}
|
srcset: {"/images/error-grundo.png": "2x"}
|
||||||
.content
|
.content
|
||||||
%p
|
%p
|
||||||
%strong
|
%strong
|
||||||
🎃
|
Modeling is down, and some items are broken!
|
||||||
= link_to "New pet styles are out today!", alt_styles_path
|
For the first time in One Million Years, we made some changes to our
|
||||||
If you've seen one we don't have yet, please model it by entering the
|
modeling code—and it looks like we goofed it, and some items are losing
|
||||||
pet's name in the box below. Thank you!!
|
data!
|
||||||
%p
|
%p
|
||||||
By the way, we had a bug where modeling new styles wasn't working for a
|
We've turned off modeling while we work to restore a backup, and then
|
||||||
little while. Fixed now! 🤞
|
we'll fix the mistake and turn it back on. Sorry about this!
|
||||||
|
|
||||||
#outfit-forms
|
#outfit-forms
|
||||||
#pet-preview
|
#pet-preview
|
||||||
|
|
Loading…
Reference in a new issue