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:
authorFilipa Lacerda <filipa@gitlab.com>2017-08-11 14:51:41 +0300
committerFilipa Lacerda <filipa@gitlab.com>2017-08-11 16:56:28 +0300
commitb38e690344a3d37e3be0305c88ea96adbc82aca6 (patch)
tree7ba16fb17b928be49e11f137b7eb80691d07d31a /app/views/shared/notes
parentfc9e57434c57c8ebd36e7f038cf7535422e893e9 (diff)
Fix open discussions
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 04866064905..1264f07eac9 100644
--- a/app/views/shared/notes/_notes_with_form.html.haml
+++ b/app/views/shared/notes/_notes_with_form.html.haml
@@ -15,7 +15,7 @@
.timeline-content.timeline-content-form
= render "shared/notes/form", view: diff_view, supports_autocomplete: autocomplete
- elsif !current_user
- .disabled-comment.text-center.prepend-top-default.js-disabled-comment
+ .disabled-comment.text-center.prepend-top-default
Please
= link_to "register", new_session_path(:user, redirect_to_referer: 'yes'), class: 'js-register-link'
or