debian-mirror-gitlab/app/views/projects/issues/_discussion.html.haml

11 lines
556 B
Text
Raw Normal View History

2021-12-11 22:18:48 +05:30
- add_page_startup_api_call Feature.enabled?(:paginated_issue_discussions, @project, default_enabled: :yaml) ? discussions_path(@issue, per_page: 20) : discussions_path(@issue)
2020-10-24 23:57:45 +05:30
2018-03-17 18:26:18 +05:30
- @gfm_form = true
2019-07-07 11:18:12 +05:30
%section.issuable-discussion.js-vue-notes-event
2018-12-05 23:21:45 +05:30
#js-vue-notes{ data: { notes_data: notes_data(@issue).to_json,
2020-07-28 23:09:34 +05:30
noteable_data: serialize_issuable(@issue, with_blocking_issues: true),
2018-11-08 19:23:39 +05:30
noteable_type: 'Issue',
target_type: 'issue',
2018-12-13 13:39:08 +05:30
current_user_data: UserSerializer.new.represent(current_user, {only_path: true}, CurrentUserEntity).to_json } }