mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02: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"
|