Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2017-05-03 17:18:33 +0300
committerJacob Schatz <jschatz@gitlab.com>2017-05-03 17:18:33 +0300
commit50a85822e20bc0a87a42a7a286bf923ebcb0e2f7 (patch)
tree96741fa92477c5fba72478ec196b03530d3a1a82
parent53cc7f65d7877bb1387a9e54999dea297ca79431 (diff)
parentcaadfe4cfdb2df56ea4b8bd104c94e8236fc9f9c (diff)
Merge branch 'tc-job-page-mr-bold' into 'master'
Make MR link in build sidebar bold See merge request !10513
-rw-r--r--app/views/projects/builds/_sidebar.html.haml2
-rw-r--r--changelogs/unreleased/tc-job-page-mr-bold.yml4
2 files changed, 5 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:
diff --git a/changelogs/unreleased/tc-job-page-mr-bold.yml b/changelogs/unreleased/tc-job-page-mr-bold.yml
new file mode 100644
index 00000000000..0243a259119
--- /dev/null
+++ b/changelogs/unreleased/tc-job-page-mr-bold.yml
@@ -0,0 +1,4 @@
+---
+title: Make MR link in build sidebar bold
+merge_request:
+author: