summaryrefslogtreecommitdiff
path: root/app/views/projects/branches
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-15 19:07:42 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-15 19:07:42 -0500
commitad320577595610ee1cb8f945cdfe6f739e9a0ebb (patch)
treefd9aa8da2d7129909e3cab78ea24f170861f6f01 /app/views/projects/branches
parent1501b1abc4be78eaa4cb4c28969d9bc59bcf284c (diff)
downloadgitlab-ce-ad320577595610ee1cb8f945cdfe6f739e9a0ebb.tar.gz
Add unclickable state to running build artifacts
Diffstat (limited to 'app/views/projects/branches')
-rw-r--r--app/views/projects/branches/_branch.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/branches/_branch.html.haml b/app/views/projects/branches/_branch.html.haml
index 402e37f4ec6..12b78be4be0 100644
--- a/app/views/projects/branches/_branch.html.haml
+++ b/app/views/projects/branches/_branch.html.haml
@@ -42,7 +42,7 @@
- unless pipeline.latest?
- latest_pipeline = @project.pipeline_for(branch.name)
%li
- %span= ci_status_for_statuseable(latest_pipeline)
+ .unclickable= ci_status_for_statuseable(latest_pipeline)
%li.dropdown-header Previous Artifacts
- artifacts.each do |job|
%li