summaryrefslogtreecommitdiff
path: root/app/views/discussions/_diff_discussion.html.haml
blob: ee452add3944d261bbfa76fcd63b5fea891e380e (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{ class: ('hide' unless expanded) }
      = render "discussions/notes", discussion: discussion