Skip to content
Snippets Groups Projects
Commit 3bfe3feb authored by Toon Claes's avatar Toon Claes
Browse files

Make MR link in build sidebar bold

It adds some consistency compared to the links in the header, which
are also bold.
parent 00e00cac
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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:
Loading
Loading
---
title: Make MR link in build sidebar bold
merge_request:
author:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment