add footer

This commit is contained in:
Emi Matchu 2010-06-30 14:55:31 -04:00
parent cc3a648e48
commit 83b7d2beb9

View file

@ -14,4 +14,14 @@
= yield
%a#home-link{:href => "http://#{RemoteImpressHost}"}
%span Dress to Impress
#footer
%ul
%li= link_to 'OpenNeo', 'http://www.openneo.net/'
%li= link_to 'Blog', 'http://blog.openneo.net/'
%li= link_to 'The Source Code', 'http://github.com/matchu/openneo-impress'
%li= link_to 'Forum', 'http://forum.openneo.net/'
%li= link_to 'Terms of Use', "http://#{RemoteImpressHost}/terms.html"
%p
Images © 2000-2010 Neopets, Inc. All Rights Reserved.
Used With Permission
= yield(:javascripts)