summaryrefslogtreecommitdiff
path: root/app/views/projects
diff options
context:
space:
mode:
authorLuke Bennett <lukeeeebennettplus@gmail.com>2016-08-20 17:47:58 +0100
committerLuke Bennett <lukeeeebennettplus@gmail.com>2016-08-23 15:18:54 +0100
commit8a07b45d64f4e96fd39d51edd8b921c4515edc1f (patch)
tree45588ed9e81d7007bf27a5294b254cacf1d60a81 /app/views/projects
parent84d2cab648d06cdeb8ace31727bb16abe9ef67c1 (diff)
downloadgitlab-ce-8a07b45d64f4e96fd39d51edd8b921c4515edc1f.tar.gz
Changed `retry` link to blue
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/builds/_sidebar.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/builds/_sidebar.html.haml b/app/views/projects/builds/_sidebar.html.haml
index ab66f757a55..c35bfe703e8 100644
--- a/app/views/projects/builds/_sidebar.html.haml
+++ b/app/views/projects/builds/_sidebar.html.haml
@@ -45,7 +45,7 @@
.title
Build details
- if can?(current_user, :update_build, @build) && @build.retryable?
- = link_to "Retry", retry_namespace_project_build_path(@project.namespace, @project, @build), class: 'pull-right', method: :post
+ = link_to "Retry", retry_namespace_project_build_path(@project.namespace, @project, @build), class: 'pull-right retry-link', method: :post
- if @build.merge_request
%p.build-detail-row
%span.build-light-text Merge Request: