]> cat aescling's git repositories - mastodon.git/blob - app/views/layouts/admin.html.haml
Update AUTHORS.md (#9141)
[mastodon.git] / app / views / layouts / admin.html.haml
1 - content_for :header_tags do
2 = javascript_pack_tag 'public', integrity: true, crossorigin: 'anonymous'
3
4 - content_for :content do
5 .admin-wrapper
6 .sidebar-wrapper
7 .sidebar
8 = link_to root_path do
9 = image_tag asset_pack_path('logo.svg'), class: 'logo', alt: 'Mastodon'
10
11 = render_navigation
12 .content-wrapper
13 .content
14 %h2= yield :page_title
15
16 = render 'application/flashes'
17
18 = yield
19
20 = render template: 'layouts/application'
This page took 0.075146 seconds and 4 git commands to generate.