Fix overlapping slogan (i18n)
This commit is contained in:
parent
3e92f1991e
commit
b6b9052c37
1 changed files with 1 additions and 1 deletions
|
@ -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 %>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue