gitlab-org--gitlab-foss/app/views/discussions/_diff_discussion.html.haml
2016-12-31 11:58:36 +05:30

6 lines
225 B
Text

- expanded = local_assigns.fetch(:expanded, true)
%tr.notes_holder{ class: ('hide' unless expanded) }
%td.notes_line{ colspan: 2 }
%td.notes_content
.content
= render "discussions/notes", discussion: discussion