gitlab-org--gitlab-foss/app/views/discussions/_diff_discussion.html.haml
2016-08-18 20:49:25 -05:00

6 lines
223 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