Merge branch 'fix/dashboard-projects-nav-links-height' into 'master'
Fix dashboard projects nav links height See merge request gitlab-org/gitlab-ce!16204
This commit is contained in:
commit
d767474139
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fix dashboard projects nav links height
|
||||
merge_request: 16204
|
||||
author: George Tsiolis
|
||||
type: fixed
|
Loading…
Reference in a new issue