summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-24 14:59:36 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-24 14:59:36 -0500
commitcaadfe4cfdb2df56ea4b8bd104c94e8236fc9f9c (patch)
treeb580d2d62470b121395d7842b961be07556e1bad
parent3bfe3febef2903e27b06e319cbf259546cea7841 (diff)
downloadgitlab-ce-tc-job-page-mr-bold.tar.gz
Use bold classtc-job-page-mr-bold
-rw-r--r--app/views/projects/builds/_sidebar.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/projects/builds/_sidebar.html.haml b/app/views/projects/builds/_sidebar.html.haml
index 694f524faed..26c892d0fd2 100644
--- a/app/views/projects/builds/_sidebar.html.haml
+++ b/app/views/projects/builds/_sidebar.html.haml
@@ -48,8 +48,7 @@
- if @build.merge_request
%p.build-detail-row
%span.build-light-text Merge Request:
- = link_to merge_request_path(@build.merge_request) do
- %strong= "#{@build.merge_request.to_reference}"
+ = 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: