summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornerro <pavel.sorokin@nerro.eu>2017-02-03 11:04:55 +0000
committerPavel Sorokin <pavel.sorokin@nerro.eu>2017-02-14 22:14:08 +0100
commit334cd746b3870b59bdd608dddebf4662cef5fc2c (patch)
treef0f32db15c900576e1ff3c7e6fd8666aa2f81ba5
parent5e95296278a629df317d769ae70a3bb9513a64cd (diff)
downloadgitlab-ce-334cd746b3870b59bdd608dddebf4662cef5fc2c.tar.gz
#27631: Add missing top-area div to activity header page
-rw-r--r--app/views/dashboard/_activity_head.html.haml15
-rw-r--r--changelogs/unreleased/27631-fix-small-height-of-activity-header-page.yml4
2 files changed, 12 insertions, 7 deletions
diff --git a/app/views/dashboard/_activity_head.html.haml b/app/views/dashboard/_activity_head.html.haml
index 02b94beee92..68a46f61eb7 100644
--- a/app/views/dashboard/_activity_head.html.haml
+++ b/app/views/dashboard/_activity_head.html.haml
@@ -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
diff --git a/changelogs/unreleased/27631-fix-small-height-of-activity-header-page.yml b/changelogs/unreleased/27631-fix-small-height-of-activity-header-page.yml
new file mode 100644
index 00000000000..59da28964f7
--- /dev/null
+++ b/changelogs/unreleased/27631-fix-small-height-of-activity-header-page.yml
@@ -0,0 +1,4 @@
+---
+title: "Fix small height of activity header page"
+merge_request: 8952
+author: Pavel Sorokin