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-03 21:09:45 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-07 17:08:15 +0300
commit5db95f5e6991f61193b57aa22447479ff5dede93 (patch)
tree88bb88aac7958ebe036f29ba3fe9cea8dacc1d69 /app/views/projects/commits
parent664afebbe9e62f13074c999d84674a0e37fa8cc2 (diff)
Finish styling sub nav
Diffstat (limited to 'app/views/projects/commits')
-rw-r--r--app/views/projects/commits/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commits/show.html.haml b/app/views/projects/commits/show.html.haml
index 288a912f409..76ba0bea36d 100644
--- a/app/views/projects/commits/show.html.haml
+++ b/app/views/projects/commits/show.html.haml
@@ -8,7 +8,7 @@
= render "head"
%div{ class: (container_class) }
- .row-content-block.second-block
+ .row-content-block.second-block.content-component-block
.tree-ref-holder
= render 'shared/ref_switcher', destination: 'commits'