From a096e957bbb3e6217a75be4c0b1567871f0981ab Mon Sep 17 00:00:00 2001 From: George Tsiolis Date: Fri, 15 Jun 2018 14:58:25 +0300 Subject: Add container width for project empty placeholder --- app/views/projects/empty.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/projects/empty.html.haml b/app/views/projects/empty.html.haml index 91c0edaed3c..d47dc3d8143 100644 --- a/app/views/projects/empty.html.haml +++ b/app/views/projects/empty.html.haml @@ -1,3 +1,4 @@ +- @content_class = "limit-container-width" unless fluid_layout - @no_container = true - breadcrumb_title _("Details") -- cgit v1.2.1