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
502c53b5
Commit
502c53b5
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
Add white background to create MR banner
parent
96a7648f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
app/views/projects/_activity.html.haml
app/views/projects/_activity.html.haml
+1
-2
app/views/projects/_last_push.html.haml
app/views/projects/_last_push.html.haml
+1
-1
No files found.
app/views/projects/_activity.html.haml
View file @
502c53b5
-
@no_container
=
true
-
@no_container
=
true
%div
{
class:
container_class
}
%div
{
class:
container_class
}
.nav-block.activity-filter-block
.nav-block.activity-filter-block
-
if
current_user
-
if
current_user
.controls
.controls
=
link_to
namespace_project_path
(
@project
.
namespace
,
@project
,
format: :atom
,
private_token:
current_user
.
private_token
),
title:
"Feed"
,
class:
'btn rss-btn'
do
=
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
=
icon
(
'rss'
)
=
render
'shared/event_filter'
=
render
'shared/event_filter'
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/_last_push.html.haml
View file @
502c53b5
-
if
event
=
last_push_event
-
if
event
=
last_push_event
-
if
show_last_push_widget?
(
event
)
-
if
show_last_push_widget?
(
event
)
.row-content-block.top-block.
clear-block.hidden-xs
.row-content-block.top-block.
hidden-xs.white
%div
{
class:
container_class
}
%div
{
class:
container_class
}
.event-last-push
.event-last-push
.event-last-push-text
.event-last-push-text
...
...
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