Commit 6fc434bb authored by Stan Hu's avatar Stan Hu

Fix typo in epic_reference_filter.rb: project -> group

parent a666a2a1
......@@ -26,7 +26,7 @@ module EE
urls.group_epic_url(group, epic, only_path: context[:only_path])
end
def data_attributes_for(text, project, object, link_content: false, link_reference: false)
def data_attributes_for(text, group, object, link_content: false, link_reference: false)
data_attribute(
original: text,
link: link_content,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment