forked from OpenNeo/impress
Add "About NeoPass" link to footer
I'm gonna take down the survey message at some point, so it'll be good to have the link live elsewhere, too!
This commit is contained in:
parent
32c3ec4f14
commit
3f0936f25c
4 changed files with 2 additions and 6 deletions
|
@ -68,6 +68,7 @@
|
||||||
%li.terms{"data-updated-recently": terms_updated_recently }
|
%li.terms{"data-updated-recently": terms_updated_recently }
|
||||||
= 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.about_neopass'), about_neopass_path
|
||||||
|
|
||||||
%div
|
%div
|
||||||
#{t('.footer.contact')}:
|
#{t('.footer.contact')}:
|
||||||
|
|
|
@ -31,11 +31,9 @@ en-MEEP:
|
||||||
login: Meep in
|
login: Meep in
|
||||||
|
|
||||||
footer:
|
footer:
|
||||||
blog: Bleep
|
|
||||||
source_code: Source Meep
|
source_code: Source Meep
|
||||||
terms: Terms of Use (meeped Sep 2022)
|
terms: Terms of Use (meeped Sep 2022)
|
||||||
contact: Meeptact
|
contact: Meeptact
|
||||||
suggestions: Suggesteeps
|
|
||||||
email: Questions, comments, meepits
|
email: Questions, comments, meepits
|
||||||
copyright: Images © 1999–%{year} World of Neopets, Inc. All Rights Reserved.
|
copyright: Images © 1999–%{year} World of Neopets, Inc. All Rights Reserved.
|
||||||
Used With Permission. Meep.
|
Used With Permission. Meep.
|
||||||
|
|
|
@ -31,11 +31,10 @@ en:
|
||||||
login: Log in
|
login: Log in
|
||||||
|
|
||||||
footer:
|
footer:
|
||||||
blog: Blog
|
|
||||||
source_code: Source Code
|
source_code: Source Code
|
||||||
terms: Terms of Use (updated %{date})
|
terms: Terms of Use (updated %{date})
|
||||||
|
about_neopass: About NeoPass
|
||||||
contact: Contact
|
contact: Contact
|
||||||
suggestions: Suggestions
|
|
||||||
email: Questions, comments, bugs
|
email: Questions, comments, bugs
|
||||||
copyright: Images © 1999–%{year} World of Neopets, Inc. All Rights Reserved.
|
copyright: Images © 1999–%{year} World of Neopets, Inc. All Rights Reserved.
|
||||||
Used With Permission
|
Used With Permission
|
||||||
|
|
|
@ -24,10 +24,8 @@ pt:
|
||||||
logout: Sair
|
logout: Sair
|
||||||
login: Entrar
|
login: Entrar
|
||||||
footer:
|
footer:
|
||||||
blog: Blog
|
|
||||||
source_code: Código Fonte
|
source_code: Código Fonte
|
||||||
contact: Contato
|
contact: Contato
|
||||||
suggestions: Sugestões
|
|
||||||
email: Perguntas, comentários, erros
|
email: Perguntas, comentários, erros
|
||||||
copyright: Images © 1999–%{year} World of Neopets, Inc. All Rights Reserved. Used With Permission
|
copyright: Images © 1999–%{year} World of Neopets, Inc. All Rights Reserved. Used With Permission
|
||||||
items:
|
items:
|
||||||
|
|
Loading…
Reference in a new issue