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
dd3f6772
Commit
dd3f6772
authored
8 years ago
by
Annabel Dunstone Gray
Committed by
Fatih Acet
8 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove contianer from last push widget
parent
f4d41132
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
8 deletions
+12
-8
app/views/projects/_activity.html.haml
app/views/projects/_activity.html.haml
+12
-8
No files found.
app/views/projects/_activity.html.haml
View file @
dd3f6772
.nav-block.activity-filter-block
-
if
current_user
.controls
=
link_to
namespace_project_path
(
@project
.
namespace
,
@project
,
format: :atom
,
private_token:
current_user
.
private_token
),
title:
"Feed"
,
class:
'btn rss-btn'
do
%i
.fa.fa-rss
-
@no_container
=
true
=
render
'shared/event_filter'
.content_list.project-activity
{
:"data-href"
=>
activity_project_path
(
@project
)}
=
spinner
%div
{
class:
container_class
}
.nav-block.activity-filter-block
-
if
current_user
.controls
=
link_to
namespace_project_path
(
@project
.
namespace
,
@project
,
format: :atom
,
private_token:
current_user
.
private_token
),
title:
"Feed"
,
class:
'btn rss-btn'
do
%i
.fa.fa-rss
=
render
'shared/event_filter'
.content_list.project-activity
{
:"data-href"
=>
activity_project_path
(
@project
)}
=
spinner
:javascript
var
activity
=
new
Activities
();
...
...
This diff is collapsed.
Click to expand it.
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