| @@ -154,9 +154,9 @@ get '/error' do | |||||
| haml :error | haml :error | ||||
| end | end | ||||
| get '/about' do | |||||
| haml :about | |||||
| end | |||||
| # get '/about' do | |||||
| # haml :about | |||||
| # end | |||||
| not_found do | not_found do | ||||
| haml :not_found | haml :not_found | ||||
| @@ -70,8 +70,6 @@ | |||||
| .grid_3 | .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 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 | %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. | |||||
| @@ -34,16 +34,14 @@ | |||||
| %a{ :href => '/' } Home | %a{ :href => '/' } Home | ||||
| %a{ :href => '/services' } Services | %a{ :href => '/services' } Services | ||||
| %a{ :href => '/suppliers' } Suppliers | %a{ :href => '/suppliers' } Suppliers | ||||
| %a{ :href => '/about' } About | |||||
| = yield | = yield | ||||
| .clear | .clear | ||||
| #footer | #footer | ||||
| .grid_12.top_border | .grid_12.top_border | ||||
| %p | %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. | |||||