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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-11-02 06:16:07 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-11-02 06:16:07 +0300
commit3a62d63f85573fd970797df1f0fc39a8b41ee852 (patch)
tree37d726159c26c93c9b98e04c2b597eac0860e944 /app/views/discussions
parentd1bc31b8d5eba0c27d888245d5c8d3b557ebd5c6 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/discussions')
-rw-r--r--app/views/discussions/_notes.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/discussions/_notes.html.haml b/app/views/discussions/_notes.html.haml
index e34a5cebe78..5e6ebe87808 100644
--- a/app/views/discussions/_notes.html.haml
+++ b/app/views/discussions/_notes.html.haml
@@ -20,7 +20,7 @@
.discussion-with-resolve-btn
= link_to_reply_discussion(discussion)
- elsif !current_user
- .disabled-comment.text-center
+ .disabled-comment.gl-text-center.gl-text-secondary
Please
= link_to "register", new_session_path(:user, redirect_to_referer: 'yes')
or