Skip to content
Snippets Groups Projects
Commit 35fd7112 authored by Douwe Maan's avatar Douwe Maan
Browse files

Link builds list status to build details

parent 526e64e0
No related branches found
No related tags found
No related merge requests found
%tr.commit_status %tr.commit_status
%td.status %td.status
= ci_status_with_icon(commit_status.status) - if commit_status.target_url
= link_to commit_status.target_url, class: "ci-status ci-#{commit_status.status}" do
= ci_icon_for_status(commit_status.status)
= commit_status.status
- else
= ci_status_with_icon(commit_status.status)
   
%td.commit_status-link %td.commit_status-link
- if commit_status.target_url - if commit_status.target_url
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