Commit 3bfe3feb authored by Toon Claes's avatar Toon Claes

Make MR link in build sidebar bold

It adds some consistency compared to the links in the header, which
are also bold.
parent 00e00cac
......@@ -48,7 +48,8 @@
- 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 merge_request_path(@build.merge_request) do
%strong= "#{@build.merge_request.to_reference}"
- if @build.duration
%p.build-detail-row
%span.build-light-text Duration:
......
---
title: Make MR link in build sidebar bold
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment