mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
Port application layout to use parent_layout
This commit is contained in:
parent
8b8a5a1e72
commit
ea77168b50
2 changed files with 4 additions and 1 deletions
3
app/views/layouts/application.haml
Normal file
3
app/views/layouts/application.haml
Normal file
|
@ -0,0 +1,3 @@
|
|||
= yield
|
||||
|
||||
- parent_layout "base"
|
|
@ -39,4 +39,4 @@
|
|||
= succeed ')' do
|
||||
= `git rev-parse --short HEAD`.strip
|
||||
%p.text-danger Debug params:
|
||||
= debug params
|
||||
= debug params
|
Loading…
Reference in a new issue