Improved admin UI
This commit is contained in:
11
app/views/layouts/admin.html.haml
Normal file
11
app/views/layouts/admin.html.haml
Normal file
@ -0,0 +1,11 @@
|
||||
- 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"
|
Reference in New Issue
Block a user