mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-13 19:54:01 -05:00
12 lines
227 B
Plaintext
12 lines
227 B
Plaintext
- 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"
|