11 lines
470 B
Text
11 lines
470 B
Text
- add_page_startup_api_call discussions_path(@issue)
|
|
- add_page_startup_api_call notes_url
|
|
|
|
- @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 } }
|