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
Boxiang Sun
gitlab-ce
Commits
2c33dd0c
Commit
2c33dd0c
authored
May 19, 2017
by
tauriedavis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
32570 Fix border-bottom for project activity tab
parent
27eab8a4
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
app/assets/stylesheets/framework/nav.scss
app/assets/stylesheets/framework/nav.scss
+2
-2
app/views/dashboard/_activities.html.haml
app/views/dashboard/_activities.html.haml
+1
-1
app/views/projects/_activity.html.haml
app/views/projects/_activity.html.haml
+1
-1
changelogs/unreleased/32570-project-activity-tab-border.yml
changelogs/unreleased/32570-project-activity-tab-border.yml
+4
-0
No files found.
app/assets/stylesheets/framework/nav.scss
View file @
2c33dd0c
...
...
@@ -443,8 +443,8 @@
}
}
.
activities
{
.nav-block
{
.
nav-block
{
&
.activities
{
border-bottom
:
1px
solid
$border-color
;
.nav-links
{
...
...
app/views/dashboard/_activities.html.haml
View file @
2c33dd0c
.hidden-xs
=
render
"events/event_last_push"
,
event:
@last_push
.nav-block
.nav-block
.activities
.controls
=
link_to
dashboard_projects_path
(
rss_url_options
),
class:
'btn rss-btn has-tooltip'
,
title:
'Subscribe'
do
%i
.fa.fa-rss
...
...
app/views/projects/_activity.html.haml
View file @
2c33dd0c
-
@no_container
=
true
%div
{
class:
container_class
}
.nav-block.activity-filter-block
.nav-block.activity-filter-block
.activities
.controls
=
link_to
namespace_project_path
(
@project
.
namespace
,
@project
,
rss_url_options
),
title:
"Subscribe"
,
class:
'btn rss-btn has-tooltip'
do
=
icon
(
'rss'
)
...
...
changelogs/unreleased/32570-project-activity-tab-border.yml
0 → 100644
View file @
2c33dd0c
---
title
:
Fix border-bottom for project activity tab
merge_request
:
author
:
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