From cbf57856f92f8c9c3edd51da4cc6e96a8e900957 Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Sun, 26 Apr 2015 14:03:29 +0100 Subject: [PATCH] Layout fixes; remove About page --- app.rb | 6 +++--- views/home.haml | 8 +++----- views/layout.haml | 14 ++++++-------- 3 files changed, 12 insertions(+), 16 deletions(-) diff --git a/app.rb b/app.rb index 5c8dfe4..c518a05 100644 --- a/app.rb +++ b/app.rb @@ -154,9 +154,9 @@ get '/error' do haml :error end -get '/about' do - haml :about -end +# get '/about' do +# haml :about +# end not_found do haml :not_found diff --git a/views/home.haml b/views/home.haml index 2a65e8f..df36f9f 100644 --- a/views/home.haml +++ b/views/home.haml @@ -70,8 +70,6 @@ .grid_3 %p If you want to use Armchair Auditor's software to publish your own council's data, it's free. Or you can use it as the starting point for your own custom project. %p - %a{ :href => "http://github.com/adrianshort/Armchair-Auditor" } - Get the code on Github. - - - + %a{ :href => "https://github.com/adrianshort/armchair-auditor" } + Get the code on GitHub. + \ No newline at end of file diff --git a/views/layout.haml b/views/layout.haml index d4fe005..c3c3582 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -34,16 +34,14 @@ %a{ :href => '/' } Home %a{ :href => '/services' } Services %a{ :href => '/suppliers' } Suppliers - %a{ :href => '/about' } About = yield .clear #footer .grid_12.top_border %p - An independent website - %a{ :href => 'http://twitter.com/adrianshort' }< - designed by Adrian Short -     - %a{ :href => 'http://twitter.com/ArmchairAuditor' }< - Follow @ArmchairAuditor on Twitter - + An independent website by + %a{ :href => 'https://adrianshort.org/' }< + Adrian Short. + %a{ :href => "https://github.com/adrianshort/armchair-auditor" }< + Get the code on GitHub. +