Commit 980ea20c authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'merge-request-lock-icon-size-fix' into 'master'

Fixed merge request locked icon size

Closes #40876

See merge request gitlab-org/gitlab-ce!15767
parents 245fad4d 41e045a1
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
- if defined?(@merge_request) && @merge_request.discussion_locked? - if defined?(@merge_request) && @merge_request.discussion_locked?
.issuable-note-warning .issuable-note-warning
= icon('lock', class: 'icon') = sprite_icon('lock', size: 16, css_class: 'icon')
%span %span
= _('This merge request is locked.') = _('This merge request is locked.')
= _('Only project members can comment.') = _('Only project members can comment.')
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
- elsif discussion_locked - elsif discussion_locked
.disabled-comment.text-center.prepend-top-default .disabled-comment.text-center.prepend-top-default
%span.issuable-note-warning %span.issuable-note-warning
%span.icon= sprite_icon('lock', size: 14) = sprite_icon('lock', size: 16, css_class: 'icon')
%span %span
This This
= issuable.class.to_s.titleize.downcase = issuable.class.to_s.titleize.downcase
......
---
title: Fixed merge request lock icon size
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