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

Show gitlab-ci status on project dashboard

parent 42cf48f5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -46,4 +46,12 @@ class GitlabCiService < Service
def build_page sha
project_url + "/builds/#{sha}"
end
def builds_path
project_url + "?ref=" + project.default_branch
end
def status_img_path
project_url + "/status.png?ref=" + project.default_branch
end
end
Loading
Loading
@@ -44,3 +44,8 @@
%p
Forked from:
= link_to @project.forked_from_project.name_with_namespace, project_path(@project.forked_from_project)
- if @project.gitlab_ci?
%hr
= link_to @project.gitlab_ci_service.builds_path do
= image_tag @project.gitlab_ci_service.status_img_path, alt: "build status"
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