20d6f96928
* dont fadeout so user can read * show inside content block so user can notice it Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 lines
324 B
Text
10 lines
324 B
Text
!!! 5
|
|
%html{ lang: "en"}
|
|
= render "layouts/head", title: "Search"
|
|
%body{class: "#{app_theme} application", :'data-page' => body_data_page}
|
|
= render "layouts/broadcast"
|
|
= render "layouts/head_panel", title: "Search"
|
|
.container.navless-container
|
|
.content
|
|
= render "layouts/flash"
|
|
= yield
|