Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-08 22:03:01 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-08 22:03:01 +0300
commitf367582ffe275dde4a0bd5ef281fd9e93e7586e5 (patch)
treefcf0a5550655badd5c8870957459204eb2467a82 /app/views/projects/show.html.haml
parent97b0074278070059b9d5fa1c9b2cca5f35171eeb (diff)
Use container helper instead of hard coded container
Diffstat (limited to 'app/views/projects/show.html.haml')
-rw-r--r--app/views/projects/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml
index a19c7c406a0..4afa902b4eb 100644
--- a/app/views/projects/show.html.haml
+++ b/app/views/projects/show.html.haml
@@ -13,7 +13,7 @@
= render "home_panel"
.project-stats.row-content-block.second-block
- .container-fluid.container-limited
+ %div{ class: (container_class) }
%ul.nav
%li
= link_to project_files_path(@project) do