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
Jérome Perrin
gitlab-ce
Commits
a00d1545
Commit
a00d1545
authored
Apr 28, 2018
by
George Tsiolis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update timeline icon for description edit
parent
2f7b71df
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
app/helpers/system_note_helper.rb
app/helpers/system_note_helper.rb
+3
-3
changelogs/unreleased/update-timeline-icon-for-description-edit.yml
.../unreleased/update-timeline-icon-for-description-edit.yml
+5
-0
No files found.
app/helpers/system_note_helper.rb
View file @
a00d1545
module
SystemNoteHelper
ICON_NAMES_BY_ACTION
=
{
'commit'
=>
'commit'
,
'description'
=>
'pencil'
,
'description'
=>
'pencil
-square
'
,
'merge'
=>
'git-merge'
,
'merged'
=>
'git-merge'
,
'opened'
=>
'issue-open'
,
'closed'
=>
'issue-close'
,
'time_tracking'
=>
'timer'
,
'assignee'
=>
'user'
,
'title'
=>
'pencil'
,
'title'
=>
'pencil
-square
'
,
'task'
=>
'task-done'
,
'label'
=>
'label'
,
'cross_reference'
=>
'comment-dots'
,
...
...
@@ -18,7 +18,7 @@ module SystemNoteHelper
'milestone'
=>
'clock'
,
'discussion'
=>
'comment'
,
'moved'
=>
'arrow-right'
,
'outdated'
=>
'pencil'
,
'outdated'
=>
'pencil
-square
'
,
'duplicate'
=>
'issue-duplicate'
,
'locked'
=>
'lock'
,
'unlocked'
=>
'lock-open'
...
...
changelogs/unreleased/update-timeline-icon-for-description-edit.yml
0 → 100644
View file @
a00d1545
---
title
:
Update timeline icon for description edit
merge_request
:
18633
author
:
George Tsiolis
type
:
changed
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