From 3b329ff9f9d799b2d3e4fe8a0030bd30aa08adef Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 3 Jun 2009 17:16:28 +0000 Subject: [PATCH] Link SOTM ad to "landing" page. --- app/views/layouts/site.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/site.rhtml b/app/views/layouts/site.rhtml index aac7d16b4..aa534d63a 100644 --- a/app/views/layouts/site.rhtml +++ b/app/views/layouts/site.rhtml @@ -110,7 +110,7 @@
- <%= link_to image_tag("sotm.png", :alt => t('layouts.sotm'), :title => t('layouts.sotm'), :border => "0"), "http://www.stateofthemap.org/" %> + <%= link_to image_tag("sotm.png", :alt => t('layouts.sotm'), :title => t('layouts.sotm'), :border => "0"), "http://www.stateofthemap.org/register" %>
<%= yield :optionals %> -- 2.43.2