mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-17 03:46:21 +00:00
Merge branch 'issue-13160' into issue-13096
This commit is contained in:
commit
888660b66c
3 changed files with 6 additions and 2 deletions
|
@ -384,6 +384,7 @@ $bezier: cubic-bezier(0.75, 0, 0.25, 1);
|
|||
}
|
||||
|
||||
.word-break-all { word-break: break-all !important; }
|
||||
.hyphens { hyphens: auto; }
|
||||
|
||||
/*
|
||||
* Modificadores de Bootstrap que no tienen versión responsive.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
%main.row
|
||||
%aside.menu.col-md-3
|
||||
%h1= @site.title
|
||||
%p.lead= @site.description
|
||||
= render 'sites/header', site: @site
|
||||
|
||||
- cache_if @usuarie, [@site, I18n.locale] do
|
||||
= render 'sites/status', site: @site
|
||||
|
||||
|
|
3
app/views/sites/_header.haml
Normal file
3
app/views/sites/_header.haml
Normal file
|
@ -0,0 +1,3 @@
|
|||
.hyphens{ lang: site.default_locale }
|
||||
%h1= site.title
|
||||
%p.lead= site.description
|
Loading…
Reference in a new issue