Link OSM logo in site layout to the site's homepage (default map view).

This commit is contained in:
Dan Karran 2007-06-10 13:57:17 +00:00
parent 81021a1081
commit 9db4f4e13c

View file

@ -54,7 +54,7 @@
<div id="logo">
<center>
<h1>OpenStreetMap</h1>
<img src="/images/osm_logo.png" width="120" height="120"/><br/>
<%= link_to(image_tag("osm_logo.png", :size => "120x120", :border => 0), :controller => 'site', :action => 'index') %><br/>
<nobr><h2>The Free Wiki World Map</h2></nobr>
</center>
</div>