Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
334cd746
Commit
334cd746
authored
Feb 03, 2017
by
nerro
Committed by
Pavel Sorokin
Feb 14, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#27631: Add missing top-area div to activity header page
parent
5e952962
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
7 deletions
+12
-7
app/views/dashboard/_activity_head.html.haml
app/views/dashboard/_activity_head.html.haml
+8
-7
changelogs/unreleased/27631-fix-small-height-of-activity-header-page.yml
...leased/27631-fix-small-height-of-activity-header-page.yml
+4
-0
No files found.
app/views/dashboard/_activity_head.html.haml
View file @
334cd746
%ul
.nav-links
.top-area
%li
{
class:
(
"active"
unless
params
[
:filter
])
}
>
%ul
.nav-links
=
link_to
activity_dashboard_path
,
class:
'shortcuts-activity'
,
data:
{
placement:
'right'
}
do
%li
{
class:
(
"active"
unless
params
[
:filter
])
}
>
Your Projects
=
link_to
activity_dashboard_path
,
class:
'shortcuts-activity'
,
data:
{
placement:
'right'
}
do
%li
{
class:
(
"active"
if
params
[
:filter
]
==
'starred'
)
}
>
Your Projects
=
link_to
activity_dashboard_path
(
filter:
'starred'
),
data:
{
placement:
'right'
}
do
%li
{
class:
(
"active"
if
params
[
:filter
]
==
'starred'
)
}
>
Starred Projects
=
link_to
activity_dashboard_path
(
filter:
'starred'
),
data:
{
placement:
'right'
}
do
Starred Projects
changelogs/unreleased/27631-fix-small-height-of-activity-header-page.yml
0 → 100644
View file @
334cd746
---
title
:
"
Fix
small
height
of
activity
header
page"
merge_request
:
8952
author
:
Pavel Sorokin
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment