Commit b4bb33c5 authored by James Lopez's avatar James Lopez

fix rubocop warning

parent 449a9fb1
......@@ -16,7 +16,7 @@ module Gitlab
end
def url
#TODO refactor this
# TODO refactor this
case @entity
when :issue
issue_url
......@@ -67,7 +67,6 @@ module Gitlab
}.merge!(@opts))
end
def pipeline_url
namespace_project_build_url({
namespace_id: @project.namespace,
......
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