From b43f9c47145a14b547a900d9559f9aa3fd0895d1 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 16 Jun 2010 21:16:42 +0100 Subject: [PATCH 1/1] Link SOTM advert to the landing page --- app/views/layouts/site.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb index 6b1c4d576..cecf5acc2 100644 --- a/app/views/layouts/site.html.erb +++ b/app/views/layouts/site.html.erb @@ -124,7 +124,7 @@
- <%= link_to image_tag("sotm.png", :alt => t('layouts.sotm2010'), :title => t('layouts.sotm2010'), :border => "0"), "http://www.stateofthemap.org/" %> + <%= link_to image_tag("sotm.png", :alt => t('layouts.sotm2010'), :title => t('layouts.sotm2010'), :border => "0"), "http://www.stateofthemap.org/register/" %>
<%= yield :optionals %> -- 2.43.2