Remove old feedback UserVoice link

This commit is contained in:
Emi Matchu 2023-11-11 15:48:05 -08:00
parent c725a11920
commit f9669195ea
4 changed files with 3 additions and 20 deletions

View file

@ -69,11 +69,7 @@ module ApplicationHelper
end
def contact_email
"webmaster@openneo.net"
end
def feedback_url
"https://openneo.uservoice.com/forums/40720-dress-to-impress"
"matchu@openneo.net"
end
def flashes

View file

@ -23,13 +23,7 @@
<span class="edit-contact-link">meep your Neopets username</span> so that
when other users come here they know how to contact you.
**Have fun!** If you have any [neat ideas][suggestions] or [general praise and
bug reports][mail], we love to meep them. And, if you enjoy this feature,
[please consider donating to keep Dress to Impress meeping and feeping][donate].
Meep!
**Have fun!**
[donate]: #{donate_path}
[ic]: #{items_path}
[mail]: mailto:#{contact_email}
[suggestions]: #{feedback_url}
[uft]: #{new_user_closet_list_path(user, :closet_list => {:hangers_owned => true, :name => 'Up For Trade', :visibility => ClosetVisibility[:trading].id})}

View file

@ -23,13 +23,7 @@
<span class="edit-contact-link">add your Neopets username</span> so that
when other users come here they know how to contact you.
**Have fun!** If you have any [neat ideas][suggestions] or [general praise and
bug reports][mail], we love to hear them. And, if you enjoy this feature,
[please consider donating to keep Dress to Impress running and improving][donate].
Thanks!
**Have fun!**
[donate]: #{donate_path}
[ic]: #{items_path}
[mail]: mailto:#{contact_email}
[suggestions]: #{feedback_url}
[uft]: #{new_user_closet_list_path(user, :closet_list => {:hangers_owned => true, :name => 'Up For Trade', :visibility => ClosetVisibility[:trading].id})}

View file

@ -66,7 +66,6 @@
%div
#{t('.footer.contact')}:
%ul
%li= link_to t('.footer.suggestions'), feedback_url
%li= mail_to contact_email, t('.footer.email')
%p= t '.footer.copyright', :year => Date.today.year