From 83b7d2beb9334c089e022ee59b901be07b5d34b9 Mon Sep 17 00:00:00 2001 From: Matchu Date: Wed, 30 Jun 2010 14:55:31 -0400 Subject: [PATCH] add footer --- app/views/layouts/items.html.haml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/views/layouts/items.html.haml b/app/views/layouts/items.html.haml index 5001a704..a58a9a68 100644 --- a/app/views/layouts/items.html.haml +++ b/app/views/layouts/items.html.haml @@ -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)