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
8edd8a4c
Commit
8edd8a4c
authored
May 23, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
29da4146
2ad0999b
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
18 additions
and
2 deletions
+18
-2
app/assets/stylesheets/framework/awards.scss
app/assets/stylesheets/framework/awards.scss
+1
-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
changelogs/unreleased/61393-emoji-button.yml
changelogs/unreleased/61393-emoji-button.yml
+5
-0
doc/development/i18n/externalization.md
doc/development/i18n/externalization.md
+1
-0
No files found.
app/assets/stylesheets/framework/awards.scss
View file @
8edd8a4c
...
@@ -236,7 +236,7 @@
...
@@ -236,7 +236,7 @@
}
}
path
{
path
{
fill
:
$
border-gray-normal
;
fill
:
$
gray-700
;
}
}
}
}
...
...
app/assets/stylesheets/pages/events.scss
View file @
8edd8a4c
...
@@ -156,6 +156,10 @@
...
@@ -156,6 +156,10 @@
&
:hover
{
&
:hover
{
background
:
none
;
background
:
none
;
}
}
a
{
color
:
$blue-600
;
}
}
}
}
}
}
}
...
...
app/views/events/event/_push.html.haml
View file @
8edd8a4c
...
@@ -32,7 +32,8 @@
...
@@ -32,7 +32,8 @@
-
from_label
=
from
-
from_label
=
from
=
link_to
project_compare_path
(
project
,
from:
from
,
to:
event
.
commit_to
)
do
=
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
-
if
create_mr
%span
%span
...
...
changelogs/unreleased/61049-links-activity-stream.yml
0 → 100644
View file @
8edd8a4c
---
title
:
Use blue for activity stream links; use monospace font for commit sha
merge_request
:
author
:
type
:
other
changelogs/unreleased/61393-emoji-button.yml
0 → 100644
View file @
8edd8a4c
---
title
:
Change default color of award emoji button
merge_request
:
author
:
type
:
other
doc/development/i18n/externalization.md
View file @
8edd8a4c
...
@@ -195,6 +195,7 @@ For example use `%{created_at}` in Ruby but `%{createdAt}` in JavaScript.
...
@@ -195,6 +195,7 @@ For example use `%{created_at}` in Ruby but `%{createdAt}` in JavaScript.
Sometimes you need to add some context to the text that you want to translate
Sometimes you need to add some context to the text that you want to translate
(if the word occurs in a sentence and/or the word is ambiguous).
(if the word occurs in a sentence and/or the word is ambiguous).
Namespaces should be PascalCase.
-
In Ruby/HAML:
-
In Ruby/HAML:
...
...
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