You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
422 B

  1. - content_for :content do
  2. .admin-wrapper
  3. .sidebar-wrapper
  4. .sidebar
  5. = link_to root_path do
  6. = image_tag asset_pack_path('logo.svg'), class: 'logo', alt: 'Mastodon'
  7. = render_navigation
  8. .content-wrapper
  9. .content
  10. %h2= yield :page_title
  11. = render 'application/flashes'
  12. = yield
  13. = render template: 'layouts/application', locals: { body_classes: 'admin' }