闭社主体 forked from https://github.com/tootsuite/mastodon
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.

14 lines
308 B

  1. - content_for :header_tags do
  2. = javascript_include_tag 'application_public'
  3. - content_for :content do
  4. .admin-wrapper
  5. .sidebar
  6. = link_to root_path do
  7. = image_tag 'logo.png', class: 'logo'
  8. = render_navigation
  9. .content
  10. = yield
  11. = render template: "layouts/application"