diff options
author | George Tsiolis <tsiolis.g@gmail.com> | 2018-06-15 14:58:25 +0300 |
---|---|---|
committer | George Tsiolis <tsiolis.g@gmail.com> | 2018-06-15 14:58:25 +0300 |
commit | a096e957bbb3e6217a75be4c0b1567871f0981ab (patch) | |
tree | 613b97db5493097661312ffbc4d233b279f07ea7 /app/views/projects/empty.html.haml | |
parent | eb10bcaa923cbc02501d4a70e12c90280428a602 (diff) | |
download | gitlab-ce-a096e957bbb3e6217a75be4c0b1567871f0981ab.tar.gz |
Add container width for project empty placeholder
Diffstat (limited to 'app/views/projects/empty.html.haml')
-rw-r--r-- | app/views/projects/empty.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
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") |