Fix dashboard projects nav links height

This commit is contained in:
George Tsiolis 2018-01-03 21:04:42 +02:00
parent 946a3634bc
commit 4963f39141
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -0,0 +1,5 @@
---
title: Fix dashboard projects nav links height
merge_request: 16204
author: George Tsiolis
type: fixed