mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-11 11:11:56 +01: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"
|