Improved admin UI
This commit is contained in:
parent
668013265c
commit
76ec907993
23 changed files with 259 additions and 49 deletions
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"
|
Loading…
Add table
Add a link
Reference in a new issue