Fix fixed layout

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2015-09-10 09:51:37 +02:00
parent 25f684e81d
commit af3b6f6362

View file

@ -43,7 +43,7 @@ module PageLayoutHelper
def container_class
css_class = "container-fluid"
if fluid_layout
unless fluid_layout
css_class += " container-limited"
end