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

_discussion.html.haml « issues « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 11b652cc81876eedcc5fbef36d900425f970c65c (plain)
1
2
3
4
5
6
7
8
9
10
11
- add_page_startup_api_call discussions_path(@issue, per_page: 20)

- @gfm_form = true

%section.issuable-discussion.js-vue-notes-event
  #js-vue-notes{ data: { notes_data: notes_data(@issue).to_json,
    noteable_data: serialize_issuable(@issue, with_blocking_issues: true),
    noteable_type: 'Issue',
    target_type: 'issue',
    current_user_data: UserSerializer.new.represent(current_user, {only_path: true}, CurrentUserEntity).to_json,
    can_add_timeline_events: "#{can?(current_user, :admin_incident_management_timeline_event, @issue)}" } }