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: e598e3c7c6346c798eb9a884325ee8fee7237c93 (plain)
1
2
3
4
5
6
7
- 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
  .discussion-reply-holder
    = link_to_reply_discussion(note)