Browse Source

Removed Gravatar from /about. Minor text change to /

pull/3/head
Adrian Short 14 years ago
parent
commit
db29e54342
2 changed files with 4 additions and 3 deletions
  1. +3
    -2
      views/about.haml
  2. +1
    -1
      views/home.haml

+ 3
- 2
views/about.haml View File

@@ -7,8 +7,9 @@
%p.right — Eric Pickles, Communities & Local Government Secretary, 5 June 2010 %p.right — Eric Pickles, Communities & Local Government Secretary, 5 June 2010
<!-- http://news.bbc.co.uk/1/hi/politics/10241522.stm --> <!-- http://news.bbc.co.uk/1/hi/politics/10241522.stm -->
%img{ :src => "http://www.gravatar.com/avatar/4a92f0a6447839dc0a9a2b850fe9ed86?s=80&d=http%3A%2F%2Fgithub.com%2Fimages%2Fgravatars%2Fgravatar-80.png", :alt => "Adrian Short", :width => 80, :height => 80 }

-#
%img{ :src => "http://www.gravatar.com/avatar/4a92f0a6447839dc0a9a2b850fe9ed86?s=80&d=http%3A%2F%2Fgithub.com%2Fimages%2Fgravatars%2Fgravatar-80.png", :alt => "Adrian Short", :width => 80, :height => 80 }
%p.vcard %p.vcard
This website was designed and written by This website was designed and written by


+ 1
- 1
views/home.haml View File

@@ -25,7 +25,7 @@
%li %li
%a{ :href => "/services" } %a{ :href => "/services" }
= commify(@services_count) = commify(@services_count)
services
council services
%li %li
%a{ :href => "/suppliers" } %a{ :href => "/suppliers" }
= commify(@suppliers_count) = commify(@suppliers_count)


Loading…
Cancel
Save