mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-18 01:26:24 +00:00
Merge branch 'issue-13160' into panel.sutty.nl
This commit is contained in:
commit
82364426a9
2 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
|||
%main.row
|
||||
%aside.menu.col-lg-3
|
||||
.hyphens{ lang: @site.default_locale }
|
||||
%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