about summary refs log tree commit diff
path: root/app/views/layouts/admin.html.haml
blob: 2fc116f45b6f3ed9bfc2c6c836b421245b45f9a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
- content_for :content do
  .admin-wrapper
    .sidebar
      = link_to root_path do
        = image_tag 'logo.png', class: 'logo'

      = render_navigation
    .content
      = yield

= render template: "layouts/application"