Add homepage link to Rainbow Pool, and move Modeling Hub to footer

This commit is contained in:
Emi Matchu 2024-10-11 15:27:36 -07:00
parent c985c50a1b
commit 7fad6abfed
7 changed files with 21 additions and 36 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

@ -73,6 +73,7 @@
= link_to t('.footer.terms', date: terms_updated_timestamp), = link_to t('.footer.terms', date: terms_updated_timestamp),
terms_path terms_path
%li= link_to t('.footer.blog'), "https://blog.openneo.net/" %li= link_to t('.footer.blog'), "https://blog.openneo.net/"
%li= link_to t('modeling_hub'), bulk_pets_path
%div %div
#{t('.footer.contact')}: #{t('.footer.contact')}:

View file

@ -72,16 +72,18 @@
= submit_tag t('.infinite_closet.item_search.submit') = submit_tag t('.infinite_closet.item_search.submit')
%li %li
%h3= link_to t('modeling_hub'), bulk_pets_path %h3= link_to t('rainbow_pool'), pet_types_path
= link_to bulk_pets_path do = link_to bulk_pets_path do
= image_tag 'https://images.neopets.com/items/mall_ac_garland_spotlight.gif' = image_tag 'rainbow_pool.png'
.section-info .section-info
%strong= t '.modeling_hub.tagline' %strong= t('.rainbow_pool.tagline')
%p= t '.modeling_hub.description' %p= t('.rainbow_pool.description')
= form_tag load_pet_path, method: 'POST' do = form_with url: pet_types_path, method: 'GET' do |form|
= pet_name_tag placeholder: t('.modeling_hub.load_pet.placeholder'), = form.select :color, @colors.map(&:human_name),
required: true include_blank: t('.rainbow_pool.filters.color')
= submit_tag t('.modeling_hub.load_pet.submit') = form.select :species, @species.map(&:human_name),
include_blank: t('.rainbow_pool.filters.species')
= form.submit t('.rainbow_pool.filters.submit'), name: nil
- if @latest_contribution # will be nil for a fresh copy of the site ;P - if @latest_contribution # will be nil for a fresh copy of the site ;P
#latest-contribution #latest-contribution

View file

@ -554,14 +554,6 @@ en-MEEP:
item_search: item_search:
placeholder: meep an item… placeholder: meep an item…
submit: meep submit: meep
modeling_hub:
tagline: Found somemeep?
description:
Meep a pet's meep here and we'll meep a meep of what it's wearing.
Thanks so meep!
load_pet:
placeholder: meep a pet…
submit: meep
latest_contribution: latest_contribution:
header: Contribumeeps header: Contribumeeps
description_html: "%{user_link} meeped us %{contributed_description}. description_html: "%{user_link} meeped us %{contributed_description}.

View file

@ -4,6 +4,7 @@ en:
your_items: Your Items your_items: Your Items
infinite_closet: Infinite Closet infinite_closet: Infinite Closet
modeling_hub: Modeling Hub modeling_hub: Modeling Hub
rainbow_pool: Rainbow Pool
locale_name: English locale_name: English
activerecord: activerecord:
@ -32,7 +33,7 @@ en:
footer: footer:
source_code: Source Code source_code: Source Code
terms: Terms of Use (updated %{date}) terms: Terms of Use (%{date})
blog: Blog blog: Blog
contact: Contact contact: Contact
email: Questions, comments, bugs email: Questions, comments, bugs
@ -677,14 +678,15 @@ en:
item_search: item_search:
placeholder: find an item… placeholder: find an item…
submit: search submit: search
modeling_hub: rainbow_pool:
tagline: Found something? tagline: Explore your options!
description: description:
Enter a pet's name here and we'll keep a copy of what it's wearing. Browse the colors you can paint your pets, and the "style" options
Thanks so much! from the NC Mall!
load_pet: filters:
placeholder: model a pet… species: Species…
submit: submit color: Color…
submit: Go
latest_contribution: latest_contribution:
header: Contributions header: Contributions
description_html: "%{user_link} showed us %{contributed_description}. description_html: "%{user_link} showed us %{contributed_description}.

View file

@ -452,12 +452,6 @@ es:
item_search: item_search:
placeholder: buscar un objeto... placeholder: buscar un objeto...
submit: buscar submit: buscar
modeling_hub:
tagline: ¿Has encontrado algo?
description: Si no encuentras un objeto y sabes de un pet que lo lleve ¡Escribe su nombre aquí!
load_pet:
placeholder: desfilar con un pet...
submit: enviar
latest_contribution: latest_contribution:
header: Contribuciones header: Contribuciones
description_html: "%{user_link} nos ha mostrado %{contributed_description}. ¡Muchas gracias, %{user_link}!" description_html: "%{user_link} nos ha mostrado %{contributed_description}. ¡Muchas gracias, %{user_link}!"

View file

@ -448,12 +448,6 @@ pt:
item_search: item_search:
placeholder: Procurar um item… placeholder: Procurar um item…
submit: Vai! submit: Vai!
modeling_hub:
tagline: Encontrou alguma coisa?
description: Digite o nome do pet aqui e nós vamos copiar o que ele está vestindo. Muito Obrigado.
load_pet:
placeholder: modele um pet…
submit: Enviar
latest_contribution: latest_contribution:
header: Contribuições header: Contribuições
description_html: "%{user_link} nos mostrou %{contributed_description}. Obrigado, %{user_link}!" description_html: "%{user_link} nos mostrou %{contributed_description}. Obrigado, %{user_link}!"