Commit 4e6482b2 authored by Alex Kalderimis's avatar Alex Kalderimis

Apply reviewer suggestion

parent a2fcfbb0
......@@ -11,7 +11,7 @@ module EE
override :object_link_text_extras
def object_link_text_extras(issue, matches)
super + design_link_extras(issue, matches.names.include?('path') && matches[:path])
super + design_link_extras(issue, matches.named_captures['path'])
end
private
......
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