gab-social/app/views/layouts/admin.html.haml

25 lines
673 B
Plaintext
Raw Normal View History

2019-07-02 08:10:25 +01:00
- content_for :header_tags do
= javascript_pack_tag 'public', integrity: true, crossorigin: 'anonymous'
%link(rel='stylesheet' href='/legacy/common-05893041.css')
2020-03-12 17:35:49 +00:00
%link(rel='stylesheet' href='/legacy/gabsocial-light-e6f94f23.chunk.css')
2019-07-02 08:10:25 +01:00
- content_for :content do
.admin-wrapper
.sidebar-wrapper
.sidebar
2019-07-04 00:30:15 +01:00
-# = link_to root_path do
-# homehack
= link_to '/home' do
2019-07-02 08:10:25 +01:00
= image_pack_tag 'logo.png', class: 'logo', alt: 'Gab Social'
= render_navigation
.content-wrapper
.content
%h2= yield :page_title
= render 'application/flashes'
= yield
= render template: 'layouts/application'