Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarka Kadlecova <jarka@gitlab.com>2017-09-07 18:53:52 +0300
committerJarka Kadlecova <jarka@gitlab.com>2017-09-26 09:43:57 +0300
commit4971b85a52ccbca3ebd7ac3516d78b2fd94b0aec (patch)
tree508d9c9ecc06b336e1ad909d6bb5babea43c068b /app/views/shared/notes
parent360c1470573a34ed47b6bf594339b122900ea6d9 (diff)
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.