From: Leo Koppelkamm Date: Sun, 12 May 2013 14:08:22 +0000 (+0200) Subject: Fix overlapping slogan (i18n) X-Git-Tag: live~5024 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/b6b9052c375b59302567ab9b820a09ce6cb50d3c?hp=3e92f1991e68ffc53599d01cdc357e2c69dd9ab7 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 %>