summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-01-03 21:04:42 +0200
committerGeorge Tsiolis <tsiolis.g@gmail.com>2018-01-03 21:21:21 +0200
commit4963f39141208b91be52f7ae6dbdc2d885b4db3c (patch)
tree760abae771e7db85cb6b1a00c87806a1622ab993
parent946a3634bc5a851944e5cc7fe8fdb5341ca5176b (diff)
downloadgitlab-ce-4963f39141208b91be52f7ae6dbdc2d885b4db3c.tar.gz
Fix dashboard projects nav links height
-rw-r--r--app/views/dashboard/projects/_nav.html.haml2
-rw-r--r--changelogs/unreleased/fix-dashboard-projects-nav-links-height.yml5
2 files changed, 6 insertions, 1 deletions
diff --git a/app/views/dashboard/projects/_nav.html.haml b/app/views/dashboard/projects/_nav.html.haml
index 3701e1c0578..c18077bc66f 100644
--- a/app/views/dashboard/projects/_nav.html.haml
+++ b/app/views/dashboard/projects/_nav.html.haml
@@ -1,4 +1,4 @@
-.top-area
+.nav-block
%ul.nav-links
= nav_link(html_options: { class: ("active" unless params[:personal].present?) }) do
= link_to s_('DashboardProjects|All'), dashboard_projects_path
diff --git a/changelogs/unreleased/fix-dashboard-projects-nav-links-height.yml b/changelogs/unreleased/fix-dashboard-projects-nav-links-height.yml
new file mode 100644
index 00000000000..2f6a07bb234
--- /dev/null
+++ b/changelogs/unreleased/fix-dashboard-projects-nav-links-height.yml
@@ -0,0 +1,5 @@
+---
+title: Fix dashboard projects nav links height
+merge_request: 16204
+author: George Tsiolis
+type: fixed