From 82db7eccc8857081316469d7eb242f422332f097 Mon Sep 17 00:00:00 2001 From: Matt Amos Date: Fri, 1 Apr 2011 10:03:00 +0100 Subject: [PATCH] Added SOTM 2011 banner to the side bar --- app/views/layouts/site.html.erb | 4 ++++ config/locales/en.yml | 1 + public/images/sotm.png | Bin 0 -> 27295 bytes public/stylesheets/common.css | 6 +++++- 4 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 public/images/sotm.png diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb index ad370ad47..eede351df 100644 --- a/app/views/layouts/site.html.erb +++ b/app/views/layouts/site.html.erb @@ -142,6 +142,10 @@ <%= yield :optionals %> +
+ <%= link_to image_tag("sotm.png", :alt => t('layouts.sotm2011'), :title => t('layouts.sotm2011'), :border => "0"), "http://stateofthemap.org/register-now/" %> +
+