X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/bb83f28a5e9326be55a431d5c3f7b4ae7529a942..f77a3c75bee528caaa6fc8e237ee6eaef704efe0:/app/views/layouts/site.html.erb diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb index d04a2877f..95289376e 100644 --- a/app/views/layouts/site.html.erb +++ b/app/views/layouts/site.html.erb @@ -2,6 +2,10 @@ <%= 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' %>

+
<%= render :partial => "layouts/flash", :locals => { :flash => flash } %>