summaryrefslogtreecommitdiff
path: root/app/views/shared/notes
diff options
context:
space:
mode:
authorJarka Kadlecova <jarka@gitlab.com>2017-09-07 17:53:52 +0200
committerJarka Kadlecova <jarka@gitlab.com>2017-09-26 08:43:57 +0200
commit4971b85a52ccbca3ebd7ac3516d78b2fd94b0aec (patch)
tree508d9c9ecc06b336e1ad909d6bb5babea43c068b /app/views/shared/notes
parent360c1470573a34ed47b6bf594339b122900ea6d9 (diff)
downloadgitlab-ce-4971b85a52ccbca3ebd7ac3516d78b2fd94b0aec.tar.gz
add feature specs for discussion lock
Diffstat (limited to 'app/views/shared/notes')
-rw-r--r--app/views/shared/notes/_notes_with_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/notes/_notes_with_form.html.haml b/app/views/shared/notes/_notes_with_form.html.haml
index 9a9a809757f..1e0bc18f2dc 100644
--- a/app/views/shared/notes/_notes_with_form.html.haml
+++ b/app/views/shared/notes/_notes_with_form.html.haml
@@ -28,7 +28,7 @@
.disabled-comment.text-center.prepend-top-default
%span.issuable-note-warning
This
- = issuable.class.to_s.titleize
+ = issuable.class.to_s.titleize.underscore
is locked. Only
%b project members
can comment.