summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-10-06 12:32:39 +0100
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-10-06 12:32:39 +0100
commit37e3d42b62bf2460f7443ac9e57661140983d335 (patch)
treeec982a5540b00718e393c42c1b28b963597ef6af /app/views
parent97f964074741c54f153a45f6bdd5b9e303e6a306 (diff)
downloadgitlab-ce-18608-lock-issues-v2.tar.gz
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/_md_preview.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_md_preview.html.haml b/app/views/projects/_md_preview.html.haml
index 119a8279d89..770608eddff 100644
--- a/app/views/projects/_md_preview.html.haml
+++ b/app/views/projects/_md_preview.html.haml
@@ -2,7 +2,7 @@
- if defined?(@merge_request) && @merge_request.discussion_locked?
.issuable-note-warning
- = icon('lock')
+ = icon('lock', class: 'icon')
%span
= _('This merge request is locked.')
= _('Only project members can comment.')