1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-02-15 23:23:50 -05:00

18 lines
387 B
Plaintext
Raw Normal View History

2016-12-13 13:42:10 +01:00
- content_for :content do
.admin-wrapper
.sidebar-wrapper
.sidebar
= link_to root_path do
= image_tag asset_pack_path('logo.svg'), class: 'logo', alt: 'Mastodon'
2016-12-13 13:42:10 +01:00
= render_navigation
.content-wrapper
.content
%h2= yield :page_title
= render 'application/flashes'
= yield
2016-12-13 13:42:10 +01:00
= render template: 'layouts/application'