Commit f509e3af authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Link ci_status_path to new ci commit page

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 697b34d7
module CiStatusHelper
def ci_status_path(ci_commit)
ci_project_commits_path(ci_commit.project, ci_commit)
project = ci_commit.gl_project
ci_namespace_project_commit_path(project.namespace, project, ci_commit.sha)
end
def ci_status_icon(ci_commit)
......
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