summaryrefslogtreecommitdiff
path: root/app/views/discussions
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-11-13 21:25:35 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-11-14 10:36:20 -0600
commit973c5240fe16a134f80ff2b9d99070cb4b49f2a8 (patch)
treeeeffd1f7393915aa348d86b953148c80d1b85716 /app/views/discussions
parent078fab665bee3cf283053fe03193b6a73ff7d427 (diff)
downloadgitlab-ce-973c5240fe16a134f80ff2b9d99070cb4b49f2a8.tar.gz
Fix styling of snippet and commit discussion comments53918-snippet-commit-comments
Diffstat (limited to 'app/views/discussions')
-rw-r--r--app/views/discussions/_discussion.html.haml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/discussions/_discussion.html.haml b/app/views/discussions/_discussion.html.haml
index 1765251c93d..10187129a33 100644
--- a/app/views/discussions/_discussion.html.haml
+++ b/app/views/discussions/_discussion.html.haml
@@ -1,12 +1,12 @@
- expanded = discussion.expanded?
-%li.note.note-discussion.timeline-entry
+%li.note.note-discussion.timeline-entry.unstyled-comments
.timeline-entry-inner
- .timeline-icon
- = link_to user_path(discussion.author) do
- = image_tag avatar_icon_for_user(discussion.author), class: "avatar s40"
.timeline-content
.discussion.js-toggle-container{ data: { discussion_id: discussion.id } }
.discussion-header
+ .timeline-icon
+ = link_to user_path(discussion.author) do
+ = image_tag avatar_icon_for_user(discussion.author), class: "avatar s40"
.discussion-actions
%button.note-action-button.discussion-toggle-button.js-toggle-button{ type: "button", class: ("js-toggle-lazy-diff" unless expanded) }
- if expanded