X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/8e52cac837e1ed18ce3d572bf8be2d0287bfe183..92feab9112e64b8aab280cb90d5a5fef75646e3b:/app/views/layouts/site.html.erb?ds=sidebyside diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb index 44329edb5..f43d3b395 100644 --- a/app/views/layouts/site.html.erb +++ b/app/views/layouts/site.html.erb @@ -1,7 +1,7 @@ <%= render :partial => "layouts/head" %> - +
<%= link_to(image_tag("osm_logo.png", :size => "16x16", :border => 0, :alt => t('layouts.logo.alt_text')), :controller => 'site', :action => 'index') %>

<%= t 'layouts.project_name.h1' %>

@@ -63,13 +63,10 @@
- <%= yield :optionals %> @@ -104,7 +101,7 @@ <% if false %> <% end %> @@ -125,6 +122,15 @@
+ + + <% if defined?(PIWIK_LOCATION) and defined?(PIWIK_SITE) -%> <%= render :partial => "layouts/piwik" %> <% end -%>