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

_notes.html.haml « discussions « notes « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a785149549dc98c06d7f7c3ce736c9d447bd0e74 (plain)
1
2
3
4
5
6
- note = discussion_notes.first
.panel.panel-default
  .notes{ data: { discussion_id: note.discussion_id } }
    %ul.notes.timeline
      = render partial: "projects/notes/note", collection: discussion_notes, as: :note
  = link_to_reply_discussion(note)