add footer
This commit is contained in:
parent
cc3a648e48
commit
83b7d2beb9
1 changed files with 10 additions and 0 deletions
|
@ -14,4 +14,14 @@
|
||||||
= yield
|
= yield
|
||||||
%a#home-link{:href => "http://#{RemoteImpressHost}"}
|
%a#home-link{:href => "http://#{RemoteImpressHost}"}
|
||||||
%span Dress to Impress
|
%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)
|
= yield(:javascripts)
|
||||||
|
|
Loading…
Reference in a new issue