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
path: root/app/views
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-20 17:44:56 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-04-20 17:44:56 +0300
commit6553582962d3ab2d7429018ba2c5842d88018bc1 (patch)
tree9a28cbd96f9002e756445afa2925d6ec92f7aa1a /app/views
parent766b0e7d8484babd1ea9f89d1ac098c793c59586 (diff)
Fix resolve discussion tooltip
Diffstat (limited to 'app/views')
-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 7b4c55da30f..30b00ca86b3 100644
--- a/app/views/discussions/_notes.html.haml
+++ b/app/views/discussions/_notes.html.haml
@@ -22,7 +22,7 @@
- if discussion.potentially_resolvable?
- line_type = local_assigns.fetch(:line_type, nil)
- .btn-group.d-flex.discussion-with-resolve-btn{ role: "group" }
+ .btn-group.discussion-with-resolve-btn{ role: "group" }
.btn-group{ role: "group" }
= link_to_reply_discussion(discussion, line_type)