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
e009a00e
Commit
e009a00e
authored
May 21, 2019
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use blue for activity stream links; use monospace font for commit sha
parent
bc4a18ec
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletion
+11
-1
app/assets/stylesheets/pages/events.scss
app/assets/stylesheets/pages/events.scss
+4
-0
app/views/events/event/_push.html.haml
app/views/events/event/_push.html.haml
+2
-1
changelogs/unreleased/61049-links-activity-stream.yml
changelogs/unreleased/61049-links-activity-stream.yml
+5
-0
No files found.
app/assets/stylesheets/pages/events.scss
View file @
e009a00e
...
...
@@ -156,6 +156,10 @@
&
:hover
{
background
:
none
;
}
a
{
color
:
$blue-600
;
}
}
}
}
...
...
app/views/events/event/_push.html.haml
View file @
e009a00e
...
...
@@ -32,7 +32,8 @@
-
from_label
=
from
=
link_to
project_compare_path
(
project
,
from:
from
,
to:
event
.
commit_to
)
do
Compare
#{
from_label
}
...
#{
truncate_sha
(
event
.
commit_to
)
}
%span
Compare
%span
.commit-sha
#{
from_label
}
...
#{
truncate_sha
(
event
.
commit_to
)
}
-
if
create_mr
%span
...
...
changelogs/unreleased/61049-links-activity-stream.yml
0 → 100644
View file @
e009a00e
---
title
:
Use blue for activity stream links; use monospace font for commit sha
merge_request
:
author
:
type
:
other
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