Fix dashboard projects nav links height
This commit is contained in:
parent
946a3634bc
commit
4963f39141
2 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
.top-area
|
.nav-block
|
||||||
%ul.nav-links
|
%ul.nav-links
|
||||||
= nav_link(html_options: { class: ("active" unless params[:personal].present?) }) do
|
= nav_link(html_options: { class: ("active" unless params[:personal].present?) }) do
|
||||||
= link_to s_('DashboardProjects|All'), dashboard_projects_path
|
= 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