mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
11 lines
227 B
Text
11 lines
227 B
Text
- 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"
|