summaryrefslogtreecommitdiff
path: root/app/views/discussions/_diff_discussion.html.haml
blob: 2deadbeeceb304b55c609c5cdcb28b7f10e0629f (plain)
1
2
3
4
5
6
- 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