Commit eee22b0f authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch '9724-approvals-spacing' into 'master'

Remove extra spaces in MR list view approval counts

Closes #9724

See merge request gitlab-org/gitlab-ee!13014
parents a65e8bff cf6c6943
......@@ -2,5 +2,5 @@
%li.d-none.d-sm-inline-block.has-tooltip{ title: _('Approvals'), class: ('text-success' if merge_request.approved?) }
= sprite_icon('approval', size: 16, css_class: 'align-middle')
= merge_request.approvals_given
 of 
%span of
= merge_request.approvals_required
---
title: Remove extra spaces in MR list view approval counts
merge_request:
author:
type: fixed
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