This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2017-01-02 22:31:10 +01:00
|
|
|
- content_for :header_tags do
|
|
|
|
= javascript_include_tag 'application_public'
|
|
|
|
|
2016-12-13 13:42:10 +01:00
|
|
|
- content_for :content do
|
|
|
|
.admin-wrapper
|
|
|
|
.sidebar
|
|
|
|
= link_to root_path do
|
|
|
|
= image_tag 'logo.png', class: 'logo'
|
|
|
|
|
|
|
|
= render_navigation
|
|
|
|
.content
|
|
|
|
= yield
|
|
|
|
|
|
|
|
= render template: "layouts/application"
|