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
a2986248
Commit
a2986248
authored
Jul 06, 2020
by
lauraMon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moves prepend_if_ee to core
parent
a4f96953
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/helpers/ide_helper.rb
app/helpers/ide_helper.rb
+2
-0
ee/app/helpers/ee/ide_helper.rb
ee/app/helpers/ee/ide_helper.rb
+0
-2
No files found.
app/helpers/ide_helper.rb
View file @
a2986248
...
@@ -16,3 +16,5 @@ module IdeHelper
...
@@ -16,3 +16,5 @@ module IdeHelper
}
}
end
end
end
end
::
IdeHelper
.
prepend_if_ee
(
'::EE::IdeHelper'
)
ee/app/helpers/ee/ide_helper.rb
View file @
a2986248
...
@@ -15,5 +15,3 @@ module EE
...
@@ -15,5 +15,3 @@ module EE
end
end
end
end
end
end
::
IdeHelper
.
prepend_if_ee
(
'::EE::IdeHelper'
)
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