From 4971b85a52ccbca3ebd7ac3516d78b2fd94b0aec Mon Sep 17 00:00:00 2001 From: Jarka Kadlecova Date: Thu, 7 Sep 2017 17:53:52 +0200 Subject: add feature specs for discussion lock --- app/views/shared/notes/_notes_with_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/shared/notes') 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. -- cgit v1.2.1