summaryrefslogtreecommitdiff
path: root/app/views/explore/projects/index.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-12-24 14:11:51 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-12-24 14:11:51 +0100
commit40a3845fab760a0600e06a2dc2fab4b942b5ffa3 (patch)
treee2875b4d3a8ab3bac273fdbfa55677522b660157 /app/views/explore/projects/index.html.haml
parent1f9633d67ce85443346847b64f7cc17d0ca8f8d0 (diff)
downloadgitlab-ce-40a3845fab760a0600e06a2dc2fab4b942b5ffa3.tar.gz
Fix explore projects page UIfix-explore-ui
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/explore/projects/index.html.haml')
-rw-r--r--app/views/explore/projects/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/explore/projects/index.html.haml b/app/views/explore/projects/index.html.haml
index 76bdd68fd76..b9a958fbe7b 100644
--- a/app/views/explore/projects/index.html.haml
+++ b/app/views/explore/projects/index.html.haml
@@ -6,7 +6,7 @@
- else
= render 'explore/head'
-.gray-content-block.clearfix
+.gray-content-block.clearfix.second-block
= render 'filter'
= render 'projects', projects: @projects
= paginate @projects, theme: "gitlab"