Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_diff_notes_with_reply.html.haml « notes « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0808f86b090c0c95ba6d293544a7056c1b8c3f08 (plain)
1
2
3
4
5
6
7
8
9
10
11
- note = notes.first # example note
%tr.notes_holder
  %td.notes_line{ colspan: 2 }
    %span.btn.disabled
      %i.icon-comment
      = notes.count
  %td.notes_content
    %ul.notes{ rel: note.discussion_id }
      = render notes

    = render "notes/discussion_reply_button", note: note