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:
authorDouwe Maan <douwe@gitlab.com>2015-12-02 16:49:46 +0300
committerDouwe Maan <douwe@gitlab.com>2015-12-02 16:49:46 +0300
commit9ea72430921efaa4a1a79ea21c54763bda8bba78 (patch)
tree5b6393044d1d3099f415d2b0dda72e6d72cd2c6a /app/views/projects/show.html.haml
parent1c595681e5b60cfdf402abc6fd43c282897b6260 (diff)
Fix padding of no readme and empty repo messages
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 585caf674c9..9c7a5584da9 100644
--- a/app/views/projects/show.html.haml
+++ b/app/views/projects/show.html.haml
@@ -11,7 +11,7 @@
= render "home_panel"
-.project-stats.gray-content-block
+.project-stats.gray-content-block.second-block
%ul.nav.nav-pills
%li
= link_to namespace_project_commits_path(@project.namespace, @project, current_ref) do