diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-01-23 12:08:48 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-01-23 12:08:48 +0000 |
| commit | 8137303e47baaff97a36396cfb05efc0d99879a2 (patch) | |
| tree | 89dc777fd2d63e259e4b8b2d781baf472d3429a0 /app/views/projects/issues | |
| parent | 5b1258ee90fb29779d6c9da3f488ebff61e243a3 (diff) | |
| download | gitlab-ce-8137303e47baaff97a36396cfb05efc0d99879a2.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/issues')
| -rw-r--r-- | app/views/projects/issues/_discussion.html.haml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/issues/_discussion.html.haml b/app/views/projects/issues/_discussion.html.haml index 40935ab6f70..c86f9c79912 100644 --- a/app/views/projects/issues/_discussion.html.haml +++ b/app/views/projects/issues/_discussion.html.haml @@ -11,4 +11,5 @@ target_type: 'issue', show_timeline_view_toggle: show_timeline_view_toggle?(@issue).to_s, 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)}" } } + can_add_timeline_events: "#{can?(current_user, :admin_incident_management_timeline_event, @issue)}", + report_abuse_path: add_category_abuse_reports_path } } |
