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
ed76ae68
Commit
ed76ae68
authored
Aug 14, 2018
by
Sean McGivern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove EE-specific lines from SystemNoteHelper
parent
6e27e28e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
app/helpers/system_note_helper.rb
app/helpers/system_note_helper.rb
+0
-4
ee/app/helpers/ee/system_note_helper.rb
ee/app/helpers/ee/system_note_helper.rb
+4
-0
No files found.
app/helpers/system_note_helper.rb
View file @
ed76ae68
...
...
@@ -22,10 +22,6 @@ module SystemNoteHelper
'moved'
=>
'arrow-right'
,
'outdated'
=>
'pencil-square'
,
'duplicate'
=>
'issue-duplicate'
,
'approved'
=>
'approval'
,
'unapproved'
=>
'unapproval'
,
'relate'
=>
'link'
,
'unrelate'
=>
'unlink'
,
'locked'
=>
'lock'
,
'unlocked'
=>
'lock-open'
}.
freeze
...
...
ee/app/helpers/ee/system_note_helper.rb
View file @
ed76ae68
...
...
@@ -3,6 +3,10 @@ module EE
extend
::
Gitlab
::
Utils
::
Override
EE_ICON_NAMES_BY_ACTION
=
{
'approved'
=>
'approval'
,
'unapproved'
=>
'unapproval'
,
'relate'
=>
'link'
,
'unrelate'
=>
'unlink'
,
'epic_issue_added'
=>
'issues'
,
'epic_issue_removed'
=>
'issues'
,
'epic_issue_moved'
=>
'issues'
,
...
...
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