BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
33eb47d7
Commit
33eb47d7
authored
May 22, 2017
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '32570-project-activity-tab-border' into 'master'
32570 Fix border-bottom for project activity tab Closes #32570 See merge request !11568
parents
9ba8512c
2c33dd0c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
nav.scss
app/assets/stylesheets/framework/nav.scss
+2
-2
_activities.html.haml
app/views/dashboard/_activities.html.haml
+1
-1
_activity.html.haml
app/views/projects/_activity.html.haml
+1
-1
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 @
33eb47d7
...
...
@@ -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 @
33eb47d7
.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 @
33eb47d7
-
@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 @
33eb47d7
---
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