#27631: Add missing top-area div to activity header page
This commit is contained in:
parent
5e95296278
commit
334cd746b3
2 changed files with 12 additions and 7 deletions
|
@ -1,7 +1,8 @@
|
|||
%ul.nav-links
|
||||
%li{ class: ("active" unless params[:filter]) }>
|
||||
= link_to activity_dashboard_path, class: 'shortcuts-activity', data: {placement: 'right'} do
|
||||
Your Projects
|
||||
%li{ class: ("active" if params[:filter] == 'starred') }>
|
||||
= link_to activity_dashboard_path(filter: 'starred'), data: {placement: 'right'} do
|
||||
Starred Projects
|
||||
.top-area
|
||||
%ul.nav-links
|
||||
%li{ class: ("active" unless params[:filter]) }>
|
||||
= link_to activity_dashboard_path, class: 'shortcuts-activity', data: {placement: 'right'} do
|
||||
Your Projects
|
||||
%li{ class: ("active" if params[:filter] == 'starred') }>
|
||||
= link_to activity_dashboard_path(filter: 'starred'), data: {placement: 'right'} do
|
||||
Starred Projects
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: "Fix small height of activity header page"
|
||||
merge_request: 8952
|
||||
author: Pavel Sorokin
|
Loading…
Reference in a new issue