Commit 1955bcaa authored by Z.J. van de Weg's avatar Z.J. van de Weg

Revert specific URL

parent 796b5b57
......@@ -49,9 +49,9 @@ module Gitlab
end
def url(subject)
project = subject.project
namespace_project_build_url(project.namespace.becomes(Namespace), project, subject)
polymorphic_url(
[subject.project.namespace.becomes(Namespace), subject.project, subject]
)
end
end
end
......
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