summaryrefslogtreecommitdiff
path: root/app/views/projects/commit
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-05-20 18:50:16 -0500
committerKamil Trzcinski <ayufan@ayufan.eu>2016-05-21 01:17:33 -0500
commit1cbc898223d2f9b78cb6494108d2aed00d19d00e (patch)
tree11862574db8b41292ea48542e18efa6b516360f6 /app/views/projects/commit
parentec86644545c1c2567dfaacb6d53d150a5dfa28d6 (diff)
downloadgitlab-ce-1cbc898223d2f9b78cb6494108d2aed00d19d00e.tar.gz
Improve design of Pipeline view
Diffstat (limited to 'app/views/projects/commit')
-rw-r--r--app/views/projects/commit/_ci_stage.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/commit/_ci_stage.html.haml b/app/views/projects/commit/_ci_stage.html.haml
index aaa318e1eb3..ae7bb01223e 100644
--- a/app/views/projects/commit/_ci_stage.html.haml
+++ b/app/views/projects/commit/_ci_stage.html.haml
@@ -1,6 +1,7 @@
%tr
%th{colspan: 10}
%strong
+ %a{name: stage}
- status = statuses.latest.status
%span{class: "ci-status-link ci-status-icon-#{status}"}
= ci_icon_for_status(status)