diff --git a/views/about.haml b/views/about.haml index 8038152..c52fa2e 100644 --- a/views/about.haml +++ b/views/about.haml @@ -44,7 +44,7 @@ You can vote at your polling station %strong between 7am and 10pm on 6 May. -%p If you don't want to vote at a polling station or are unable to get there you can also: +%p If you don't want to vote at a polling station or are unable to get there you can: %ul %li vote by post diff --git a/views/layout.haml b/views/layout.haml index 5e69593..b0efc4b 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -1,12 +1,12 @@ !!! Strict %html %head - %title Find My Candidates + %title Sutton Council Elections %link{ :rel => 'stylesheet', :type => 'text/css', :href => 'style.css' } %body #header %h1 - %a{ :href => '/' } Find My Candidates + %a{ :href => '/' } Sutton Council Elections #main = yield #footer