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

23 lines
536 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'
- 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'