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
deafa368
Commit
deafa368
authored
Feb 20, 2019
by
Gokhan Apaydin
Committed by
Annabel Dunstone Gray
Feb 20, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix #39010 - add left margin to 1st time contributor badge
parent
e0fc809b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
app/helpers/issuables_helper.rb
app/helpers/issuables_helper.rb
+1
-1
changelogs/unreleased/39010-add-left-margin-to-1st-time-contributor-badge.yml
...d/39010-add-left-margin-to-1st-time-contributor-badge.yml
+5
-0
No files found.
app/helpers/issuables_helper.rb
View file @
deafa368
...
...
@@ -200,7 +200,7 @@ module IssuablesHelper
author_output
end
output
<<
content_tag
(
:span
,
(
issuable_first_contribution_icon
if
issuable
.
first_contribution?
),
class:
'has-tooltip'
,
title:
_
(
'1st contribution!'
))
output
<<
content_tag
(
:span
,
(
issuable_first_contribution_icon
if
issuable
.
first_contribution?
),
class:
'has-tooltip
prepend-left-4
'
,
title:
_
(
'1st contribution!'
))
output
<<
content_tag
(
:span
,
(
issuable
.
task_status
if
issuable
.
tasks?
),
id:
"task_status"
,
class:
"d-none d-sm-none d-md-inline-block prepend-left-8"
)
output
<<
content_tag
(
:span
,
(
issuable
.
task_status_short
if
issuable
.
tasks?
),
id:
"task_status_short"
,
class:
"d-md-none"
)
...
...
changelogs/unreleased/39010-add-left-margin-to-1st-time-contributor-badge.yml
0 → 100644
View file @
deafa368
---
title
:
Add left margin to 1st time contributor badge
merge_request
:
25216
author
:
Gokhan Apaydin
type
:
fixed
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