From 06e4cc9e8a3d86eeff28cc9d77b49b5d173e38e2 Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Wed, 19 Dec 2012 10:54:18 +0000 Subject: [PATCH] Text edit --- views/layout.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/layout.haml b/views/layout.haml index ba79348..d86b695 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -1,7 +1,7 @@ !!!5 %html %head - %title= @page_title ? @page_title + " - Sutton Elections" : "Sutton Elections - Your guide to voting and elections in the London Borough of Sutton" + %title= @page_title ? @page_title + " - Sutton Elections" : "Sutton Elections - Your guide to voting and election results in the London Borough of Sutton" %link{ :rel => 'stylesheet', :type => 'text/css', :href => '/style.css' } %link{ :rel => 'stylesheet', :type => 'text/css', :href => '/print.css', :media => 'print' }