Fix overlapping slogan (i18n)

This commit is contained in:
Leo Koppelkamm 2013-05-12 16:08:22 +02:00 committed by Tom Hughes
parent 3e92f1991e
commit b6b9052c37

View file

@ -13,7 +13,7 @@
:alt => t('layouts.logo.alt_text')), :alt => t('layouts.logo.alt_text')),
root_path) %> root_path) %>
<h1><%= t 'layouts.project_name.h1' %></h1> <h1><%= t 'layouts.project_name.h1' %></h1>
<h2 class="nowrap"><%= t('layouts.tag_line') %></h2> <h2><%= t('layouts.tag_line') %></h2>
</div> </div>
<%= yield :optionals %> <%= yield :optionals %>
<% unless @user %> <% unless @user %>