Compare commits
3 commits
7f55456454
...
38474d19d7
Author | SHA1 | Date | |
---|---|---|---|
38474d19d7 | |||
73e0b3bb3c | |||
1f53615654 |
11 changed files with 136 additions and 178 deletions
BIN
app/assets/images/about/announcement-broom.png
Normal file
BIN
app/assets/images/about/announcement-broom.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
app/assets/images/about/announcement-broom@2x.png
Normal file
BIN
app/assets/images/about/announcement-broom@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
|
@ -1,5 +1,5 @@
|
||||||
module OutfitsHelper
|
module OutfitsHelper
|
||||||
LAST_DAY_OF_ANNOUNCEMENT = Date.parse("2024-09-13")
|
LAST_DAY_OF_ANNOUNCEMENT = Date.parse("2024-09-27")
|
||||||
def show_announcement?
|
def show_announcement?
|
||||||
Date.today <= LAST_DAY_OF_ANNOUNCEMENT
|
Date.today <= LAST_DAY_OF_ANNOUNCEMENT
|
||||||
end
|
end
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
= will_paginate @items
|
= will_paginate @items
|
||||||
- else
|
- else
|
||||||
#search-info
|
#search-info
|
||||||
- localized_cache :action_suffix => 'search_help' do
|
|
||||||
#search-help
|
#search-help
|
||||||
%h2= t '.search_help_header'
|
%h2= t '.search_help_header'
|
||||||
%dl
|
%dl
|
||||||
|
|
|
@ -16,7 +16,6 @@
|
||||||
= f.select :list_id, neopets_page_list_options(current_user)
|
= f.select :list_id, neopets_page_list_options(current_user)
|
||||||
= f.submit t('.submit')
|
= f.submit t('.submit')
|
||||||
|
|
||||||
- localized_cache :action_suffix => 'explanation' do
|
|
||||||
%p
|
%p
|
||||||
= t '.help.welcome', :name => @import_task.page.name
|
= t '.help.welcome', :name => @import_task.page.name
|
||||||
= t '.help.intro', :name => @import_task.page.name
|
= t '.help.intro', :name => @import_task.page.name
|
||||||
|
|
|
@ -6,28 +6,22 @@
|
||||||
|
|
||||||
- if show_announcement?
|
- if show_announcement?
|
||||||
%section.announcement
|
%section.announcement
|
||||||
= image_tag "about/announcement.png", width: 70, height: 70,
|
= image_tag "about/announcement-broom.png", width: 70, height: 70,
|
||||||
srcset: {"about/announcement@2x.png": "2x"},
|
srcset: {"about/announcement-broom@2x.png": "2x"},
|
||||||
class: "neopass-thumbnail"
|
class: "neopass-thumbnail"
|
||||||
.content
|
.content
|
||||||
%p
|
%p
|
||||||
%strong
|
%strong
|
||||||
= link_to "We've updated the item page!",
|
= link_to "State of DTI: 2024!",
|
||||||
item_path("37002-Floating-Negg-Faerie-Doll")
|
"https://blog.openneo.net/2024/09/20/state-of-dti-2024.html"
|
||||||
It should load faster, work better on phones, and be more reliable—no
|
Here's what we've been up to this year! We talk a bit about the
|
||||||
more "failed to fetch"! Please try it out and let us know if it does
|
cleanups, the partnerships, and the future!
|
||||||
anything weird!!
|
%p
|
||||||
|
The themes are stability, simplicity, and sustainability. We've been
|
||||||
%p{style: "font-style: italic; opacity: .85; font-size: 85%"}
|
online for 15 years now, and we're gonna keep doing our best to keep
|
||||||
By the way, our integration work with TNT is on pause while they focus
|
DTI here for a long time to come!
|
||||||
on the
|
|
||||||
= link_to "~Void Within plot~!", "https://www.neopets.com/tvw/",
|
|
||||||
target: "_blank", style: "color: purple; font-weight: bold"
|
|
||||||
%br
|
|
||||||
We'll start it back up closer to the new year.
|
|
||||||
|
|
||||||
#outfit-forms
|
#outfit-forms
|
||||||
- localized_cache :action_suffix => 'outfit_forms_intro' do
|
|
||||||
#pet-preview
|
#pet-preview
|
||||||
= image_tag 'default_preview.png', :alt => ''
|
= image_tag 'default_preview.png', :alt => ''
|
||||||
%span
|
%span
|
||||||
|
@ -114,8 +108,6 @@
|
||||||
= image_tag item.thumbnail_url
|
= image_tag item.thumbnail_url
|
||||||
= nc_icon_for(item)
|
= nc_icon_for(item)
|
||||||
|
|
||||||
|
|
||||||
- localized_cache :action_suffix => 'templates' do
|
|
||||||
%script#pet-query-notice-template{:type => 'text/x-jquery-tmpl'}
|
%script#pet-query-notice-template{:type => 'text/x-jquery-tmpl'}
|
||||||
.notice
|
.notice
|
||||||
%img.inline-image{:src => '${pet_image_url}'}
|
%img.inline-image{:src => '${pet_image_url}'}
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
- title t('modeling_hub')
|
- title t('modeling_hub')
|
||||||
|
|
||||||
= form_tag load_pet_path, :id => 'bulk-pets-form' do
|
= form_tag load_pet_path, :id => 'bulk-pets-form' do
|
||||||
- localized_cache :action_suffix => 'bulk_pets_content' do
|
|
||||||
%p= t '.explanation'
|
%p= t '.explanation'
|
||||||
|
|
||||||
= origin_tag bulk_pets_path
|
= origin_tag bulk_pets_path
|
||||||
|
@ -15,7 +14,6 @@
|
||||||
%button#bulk-pets-form-clear{:type => "button"}= t '.clear'
|
%button#bulk-pets-form-clear{:type => "button"}= t '.clear'
|
||||||
%ul
|
%ul
|
||||||
|
|
||||||
- localized_cache :action_suffix => 'templates' do
|
|
||||||
%script#item-template{:type => 'text/x-jquery-tmpl'}
|
%script#item-template{:type => 'text/x-jquery-tmpl'}
|
||||||
%li{:class => 'object{{if owned}} owned{{/if}}'}
|
%li{:class => 'object{{if owned}} owned{{/if}}'}
|
||||||
= link_to item_path(':id').sub(':id', '${id}') do
|
= link_to item_path(':id').sub(':id', '${id}') do
|
||||||
|
|
|
@ -396,15 +396,6 @@ en-MEEP:
|
||||||
to Impress meepit list. I meep that it's all safe, but, if you're
|
to Impress meepit list. I meep that it's all safe, but, if you're
|
||||||
concerned, find a meepit and meep out the source code to be sure.
|
concerned, find a meepit and meep out the source code to be sure.
|
||||||
|
|
||||||
new:
|
|
||||||
title: Meemport from pets
|
|
||||||
your_items_link: Back to Your Meeps
|
|
||||||
explanation:
|
|
||||||
Meep your Neopets username below, and we'll meemport all the wearables
|
|
||||||
from all your pets. It's meepy!
|
|
||||||
username_label: Meopets Username
|
|
||||||
submit: Meemport all pets
|
|
||||||
|
|
||||||
outfits:
|
outfits:
|
||||||
destroy:
|
destroy:
|
||||||
success: Outfit "%{outfit_name}" succeessfully demeeped.
|
success: Outfit "%{outfit_name}" succeessfully demeeped.
|
||||||
|
|
|
@ -503,15 +503,6 @@ en:
|
||||||
concerned, find a programmer buddy and check out the source code to
|
concerned, find a programmer buddy and check out the source code to
|
||||||
be sure.
|
be sure.
|
||||||
|
|
||||||
new:
|
|
||||||
title: Import from pets
|
|
||||||
your_items_link: Back to Your Items
|
|
||||||
explanation:
|
|
||||||
Enter your Neopets username below, and we'll import all the wearables
|
|
||||||
from all your pets. It's easy!
|
|
||||||
username_label: Neopets Username
|
|
||||||
submit: Import all pets
|
|
||||||
|
|
||||||
outfits:
|
outfits:
|
||||||
destroy:
|
destroy:
|
||||||
success: Outfit "%{outfit_name}" successfully deleted.
|
success: Outfit "%{outfit_name}" successfully deleted.
|
||||||
|
|
|
@ -320,12 +320,6 @@ es:
|
||||||
submit:
|
submit:
|
||||||
header: ¡Envíalo!
|
header: ¡Envíalo!
|
||||||
description: El código será analizado y obtendrá sólo la información de la cantidad de objetos y qué objetos hay en tu %{name}. Estos objetos los podrás añadir a tus listas de Dress to Impress. Este proceso es totalmente seguro pero si no te fías contacta con algún programador para que revise el código y estar seguro.
|
description: El código será analizado y obtendrá sólo la información de la cantidad de objetos y qué objetos hay en tu %{name}. Estos objetos los podrás añadir a tus listas de Dress to Impress. Este proceso es totalmente seguro pero si no te fías contacta con algún programador para que revise el código y estar seguro.
|
||||||
new:
|
|
||||||
title: Importar de pets
|
|
||||||
your_items_link: Volver a Tus Objetos
|
|
||||||
explanation: Escribe tu nombre de usuario en Neopets, y nosotros importaremos toda la ropa Apta Para Usar de tus pets. ¡Es fácil!
|
|
||||||
username_label: Nombre en Neopets
|
|
||||||
submit: Importar todos los pets
|
|
||||||
outfits:
|
outfits:
|
||||||
destroy:
|
destroy:
|
||||||
success: El atuendo %{outfit_name}" se ha eliminado correctamente.
|
success: El atuendo %{outfit_name}" se ha eliminado correctamente.
|
||||||
|
|
|
@ -318,12 +318,6 @@ pt:
|
||||||
submit:
|
submit:
|
||||||
header: Enviar
|
header: Enviar
|
||||||
description: Vamos analisar o código que você nos enviou, agarre exclusivamente a identidade e quantidade de itens em seu %{name}, e acrescentar a sua lista de itens do Dress to Impress. Eu prometo que é tudo seguro, mas, se você estiver preocupado, encontre um amigo programador e verifique o código fonte para ter certeza.
|
description: Vamos analisar o código que você nos enviou, agarre exclusivamente a identidade e quantidade de itens em seu %{name}, e acrescentar a sua lista de itens do Dress to Impress. Eu prometo que é tudo seguro, mas, se você estiver preocupado, encontre um amigo programador e verifique o código fonte para ter certeza.
|
||||||
new:
|
|
||||||
title: "Importar dos pets "
|
|
||||||
your_items_link: Voltar para "Seus Items"
|
|
||||||
explanation: "Digite seu nome de usuário de Neopets abaixo e nós importaremos todos os aplicáveis de todos seus pets. É fácil! "
|
|
||||||
username_label: Nome de Usuário de Neopets
|
|
||||||
submit: Importar todos os Pets
|
|
||||||
outfits:
|
outfits:
|
||||||
destroy:
|
destroy:
|
||||||
success: Roupa "%{outfit_name}" excluída com sucesso.
|
success: Roupa "%{outfit_name}" excluída com sucesso.
|
||||||
|
|
Loading…
Reference in a new issue