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
a666a2a1
Commit
a666a2a1
authored
Feb 27, 2018
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve build failures in ee/lib/ee/banzai/filter/epic_reference_filter.rb
parent
9b7c2a90
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
ee/lib/ee/banzai/filter/epic_reference_filter.rb
ee/lib/ee/banzai/filter/epic_reference_filter.rb
+6
-5
No files found.
ee/lib/ee/banzai/filter/epic_reference_filter.rb
View file @
a666a2a1
...
...
@@ -26,10 +26,11 @@ module EE
urls
.
group_epic_url
(
group
,
epic
,
only_path:
context
[
:only_path
])
end
def
data_attributes_for
(
text
,
group
,
object
,
link
:
false
)
def
data_attributes_for
(
text
,
project
,
object
,
link_content:
false
,
link_reference
:
false
)
data_attribute
(
original:
text
,
link:
link
,
link:
link_content
,
link_reference:
link_reference
,
group:
group
.
id
,
object_sym
=>
object
.
id
)
...
...
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