Remove old feedback UserVoice link
This commit is contained in:
parent
c725a11920
commit
f9669195ea
4 changed files with 3 additions and 20 deletions
|
@ -69,11 +69,7 @@ module ApplicationHelper
|
||||||
end
|
end
|
||||||
|
|
||||||
def contact_email
|
def contact_email
|
||||||
"webmaster@openneo.net"
|
"matchu@openneo.net"
|
||||||
end
|
|
||||||
|
|
||||||
def feedback_url
|
|
||||||
"https://openneo.uservoice.com/forums/40720-dress-to-impress"
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def flashes
|
def flashes
|
||||||
|
|
|
@ -23,13 +23,7 @@
|
||||||
<span class="edit-contact-link">meep your Neopets username</span> so that
|
<span class="edit-contact-link">meep your Neopets username</span> so that
|
||||||
when other users come here they know how to contact you.
|
when other users come here they know how to contact you.
|
||||||
|
|
||||||
**Have fun!** If you have any [neat ideas][suggestions] or [general praise and
|
**Have fun!**
|
||||||
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!
|
|
||||||
|
|
||||||
[donate]: #{donate_path}
|
|
||||||
[ic]: #{items_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})}
|
[uft]: #{new_user_closet_list_path(user, :closet_list => {:hangers_owned => true, :name => 'Up For Trade', :visibility => ClosetVisibility[:trading].id})}
|
||||||
|
|
|
@ -23,13 +23,7 @@
|
||||||
<span class="edit-contact-link">add your Neopets username</span> so that
|
<span class="edit-contact-link">add your Neopets username</span> so that
|
||||||
when other users come here they know how to contact you.
|
when other users come here they know how to contact you.
|
||||||
|
|
||||||
**Have fun!** If you have any [neat ideas][suggestions] or [general praise and
|
**Have fun!**
|
||||||
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!
|
|
||||||
|
|
||||||
[donate]: #{donate_path}
|
|
||||||
[ic]: #{items_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})}
|
[uft]: #{new_user_closet_list_path(user, :closet_list => {:hangers_owned => true, :name => 'Up For Trade', :visibility => ClosetVisibility[:trading].id})}
|
||||||
|
|
|
@ -66,7 +66,6 @@
|
||||||
%div
|
%div
|
||||||
#{t('.footer.contact')}:
|
#{t('.footer.contact')}:
|
||||||
%ul
|
%ul
|
||||||
%li= link_to t('.footer.suggestions'), feedback_url
|
|
||||||
%li= mail_to contact_email, t('.footer.email')
|
%li= mail_to contact_email, t('.footer.email')
|
||||||
|
|
||||||
%p= t '.footer.copyright', :year => Date.today.year
|
%p= t '.footer.copyright', :year => Date.today.year
|
||||||
|
|
Loading…
Reference in a new issue