Awsome struct to share layouts between controllers and there methods

This commit is contained in:
JC 2016-11-22 16:03:32 +01:00
parent 7faf1705da
commit 4f9bcdd225
7 changed files with 57 additions and 53 deletions

View file

@ -26,7 +26,7 @@
= render partial: "layouts/navbar"
%div.row.no-margin
%div.col-lg-2.col-md-2#left-pannel
= render partial: 'layouts/left_pannel'
= render partial: @left_pannel_url
%div.col-lg-10.col-md-10#main-container
%div.row
= render partial: 'layouts/flash_messages'