mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-04 05:54:27 +00:00
15 lines
308 B
Plaintext
15 lines
308 B
Plaintext
- content_for :header_tags do
|
|
= javascript_include_tag 'application_public'
|
|
|
|
- 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"
|