Skip to content
Snippets Groups Projects
Unverified Commit f509e3af authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Link ci_status_path to new ci commit page

parent 697b34d7
No related branches found
No related tags found
No related merge requests found
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)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment