From b6b9052c375b59302567ab9b820a09ce6cb50d3c Mon Sep 17 00:00:00 2001 From: Leo Koppelkamm Date: Sun, 12 May 2013 16:08:22 +0200 Subject: [PATCH] Fix overlapping slogan (i18n) --- app/views/layouts/site.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %> -- 2.43.2