From: Leo Koppelkamm Date: Sun, 12 May 2013 14:08:22 +0000 (+0200) Subject: Fix overlapping slogan (i18n) X-Git-Tag: live~5997 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/b6b9052c375b59302567ab9b820a09ce6cb50d3c Fix overlapping slogan (i18n) --- diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb index 1d23aba0d..9cf48c55a 100644 --- a/app/views/layouts/site.html.erb +++ b/app/views/layouts/site.html.erb @@ -13,7 +13,7 @@ :alt => t('layouts.logo.alt_text')), root_path) %>

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

-

<%= t('layouts.tag_line') %>

+

<%= t('layouts.tag_line') %>

<%= yield :optionals %> <% unless @user %>