summaryrefslogtreecommitdiff
path: root/app/views/layouts/search.html.haml
blob: 4b526686be4058a2849798823a76ccfcbb350ada (plain)
1
2
3
4
5
6
!!! 5
%html{ lang: "en"}
  = render "layouts/head", title: "Search"
  %body{class: "#{app_theme}  application", :'data-page' => body_data_page}
    = render "layouts/head_panel", title: link_to("Search", search_path)
    = render 'layouts/page'