]> git.openstreetmap.org Git - rails.git/commitdiff
Fix root link
authorJohn Firebaugh <john.firebaugh@gmail.com>
Fri, 4 Oct 2013 20:25:11 +0000 (13:25 -0700)
committerJohn Firebaugh <john.firebaugh@gmail.com>
Sun, 13 Oct 2013 21:46:08 +0000 (14:46 -0700)
app/views/layouts/_header.html.erb

index f1eab38ae9686887fb842d11e86ff4686812e9db..0b099e1c7bc1ac4a407f19a0187db51845fd16f0 100644 (file)
@@ -1,6 +1,6 @@
 <header>
   <h1>
 <header>
   <h1>
-    <a href="<% root_path %>" class="geolink layers">
+    <a href="<%= root_path %>" class="geolink layers">
       <%= image_tag "osm_logo.png", :alt => t('layouts.logo.alt_text'), :class => 'logo' %>
       <%= t 'layouts.project_name.h1' %>
     </a>
       <%= image_tag "osm_logo.png", :alt => t('layouts.logo.alt_text'), :class => 'logo' %>
       <%= t 'layouts.project_name.h1' %>
     </a>