summaryrefslogtreecommitdiff
path: root/app/views/projects/repositories
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/repositories
parent1501b1abc4be78eaa4cb4c28969d9bc59bcf284c (diff)
downloadgitlab-ce-ad320577595610ee1cb8f945cdfe6f739e9a0ebb.tar.gz
Add unclickable state to running build artifacts
Diffstat (limited to 'app/views/projects/repositories')
-rw-r--r--app/views/projects/repositories/_download_archive.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/repositories/_download_archive.html.haml b/app/views/projects/repositories/_download_archive.html.haml
index e482bb72df4..48502498171 100644
--- a/app/views/projects/repositories/_download_archive.html.haml
+++ b/app/views/projects/repositories/_download_archive.html.haml
@@ -33,7 +33,7 @@
- unless pipeline.latest?
- latest_pipeline = @project.pipeline_for(ref)
%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