summaryrefslogtreecommitdiff
path: root/app/views/projects/builds/_sidebar.html.haml
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2017-05-03 14:18:33 +0000
committerJacob Schatz <jschatz@gitlab.com>2017-05-03 14:18:33 +0000
commit50a85822e20bc0a87a42a7a286bf923ebcb0e2f7 (patch)
tree96741fa92477c5fba72478ec196b03530d3a1a82 /app/views/projects/builds/_sidebar.html.haml
parent53cc7f65d7877bb1387a9e54999dea297ca79431 (diff)
parentcaadfe4cfdb2df56ea4b8bd104c94e8236fc9f9c (diff)
downloadgitlab-ce-50a85822e20bc0a87a42a7a286bf923ebcb0e2f7.tar.gz
Merge branch 'tc-job-page-mr-bold' into 'master'
Make MR link in build sidebar bold See merge request !10513
Diffstat (limited to 'app/views/projects/builds/_sidebar.html.haml')
-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 c4159ce1a36..43191fae9e6 100644
--- a/app/views/projects/builds/_sidebar.html.haml
+++ b/app/views/projects/builds/_sidebar.html.haml
@@ -48,7 +48,7 @@
- if @build.merge_request
%p.build-detail-row
%span.build-light-text Merge Request:
- = link_to "#{@build.merge_request.to_reference}", merge_request_path(@build.merge_request)
+ = link_to "#{@build.merge_request.to_reference}", merge_request_path(@build.merge_request), class: 'bold'
- if @build.duration
%p.build-detail-row
%span.build-light-text Duration: