Commit 3990ee4f authored by Filipa Lacerda's avatar Filipa Lacerda Committed by Felipe Artur

Merge branch '27986-text-spacing' into 'master'

add space between ci text and commit sha in Merge Request widget

Closes #27986

See merge request !9308
parent c824e37f
......@@ -28,7 +28,7 @@
%span
CI job
= ci_label_for_status(status)
for
for
- commit = @merge_request.diff_head_commit
= succeed "." do
= link_to commit.short_id, namespace_project_commit_path(@merge_request.source_project.namespace, @merge_request.source_project, commit), class: "monospace"
......
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