2019-07-02 08:10:25 +01:00
|
|
|
- content_for :header_tags do
|
|
|
|
= javascript_pack_tag 'public', integrity: true, crossorigin: 'anonymous'
|
2020-05-04 19:44:37 +01:00
|
|
|
%link(rel='stylesheet' href='/legacy/common.css')
|
|
|
|
%link(rel='stylesheet' href='/legacy/default.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 '/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'
|