Browse Source

Changed name of app

tags/last-sinatra-version
Adrian Short 14 years ago
parent
commit
81113de113
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      views/about.haml
  2. +2
    -2
      views/layout.haml

+ 1
- 1
views/about.haml View File

@@ -44,7 +44,7 @@
You can vote at your polling station You can vote at your polling station
%strong between 7am and 10pm on 6 May. %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 %ul
%li vote by post %li vote by post


+ 2
- 2
views/layout.haml View File

@@ -1,12 +1,12 @@
!!! Strict !!! Strict
%html %html
%head %head
%title Find My Candidates
%title Sutton Council Elections
%link{ :rel => 'stylesheet', :type => 'text/css', :href => 'style.css' } %link{ :rel => 'stylesheet', :type => 'text/css', :href => 'style.css' }
%body %body
#header #header
%h1 %h1
%a{ :href => '/' } Find My Candidates
%a{ :href => '/' } Sutton Council Elections
#main #main
= yield = yield
#footer #footer


Loading…
Cancel
Save