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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
4537fc6a
Commit
4537fc6a
authored
Jan 18, 2021
by
yo
Committed by
Yogi
Jan 27, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove container_class in project activity which removes extra padding
parent
e1c35852
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
12 deletions
+11
-12
app/views/projects/_activity.html.haml
app/views/projects/_activity.html.haml
+11
-12
No files found.
app/views/projects/_activity.html.haml
View file @
4537fc6a
-
is_project_overview
=
local_assigns
.
fetch
(
:is_project_overview
,
false
)
%div
{
class:
container_class
}
.nav-block.d-none.d-sm-flex.activities.gl-static
=
render
'shared/event_filter'
.controls.gl-display-flex
=
link_to
project_path
(
@project
,
rss_url_options
),
title:
s_
(
"ProjectActivityRSS|Subscribe"
),
class:
'btn gl-button btn-default btn-icon d-none d-sm-inline-flex has-tooltip'
do
=
sprite_icon
(
'rss'
,
css_class:
'qa-rss-icon gl-icon'
)
-
if
is_project_overview
&&
can?
(
current_user
,
:download_code
,
@project
)
.project-clone-holder.d-none.d-md-inline-flex.gl-ml-2
=
render
"projects/buttons/clone"
,
dropdown_class:
'dropdown-menu-right'
.nav-block.d-none.d-sm-flex.activities.gl-static
=
render
'shared/event_filter'
.controls.gl-display-flex
=
link_to
project_path
(
@project
,
rss_url_options
),
title:
s_
(
"ProjectActivityRSS|Subscribe"
),
class:
'btn gl-button btn-default btn-icon d-none d-sm-inline-flex has-tooltip'
do
=
sprite_icon
(
'rss'
,
css_class:
'qa-rss-icon gl-icon'
)
-
if
is_project_overview
&&
can?
(
current_user
,
:download_code
,
@project
)
.project-clone-holder.d-none.d-md-inline-flex.gl-ml-2
=
render
"projects/buttons/clone"
,
dropdown_class:
'dropdown-menu-right'
.content_list.project-activity
{
:"data-href"
=>
activity_project_path
(
@project
)
}
.loading
.spinner.spinner-md
.content_list.project-activity
{
:"data-href"
=>
activity_project_path
(
@project
)
}
.loading
.spinner.spinner-md
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