summaryrefslogtreecommitdiff
path: root/app/views/abuse_reports
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-08-25 00:11:25 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-25 00:11:25 +0000
commitb9955afcfbe07fdcf2b819bbf5612e969c4c6910 (patch)
treeb118649dd8d53cdfb31d04d3ccdd180c1b4467cd /app/views/abuse_reports
parentbc7a396dd6261f0ffc9cb30f906217976c066305 (diff)
downloadgitlab-ce-b9955afcfbe07fdcf2b819bbf5612e969c4c6910.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/abuse_reports')
-rw-r--r--app/views/abuse_reports/new.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/abuse_reports/new.html.haml b/app/views/abuse_reports/new.html.haml
index cb8f1bd1e9c..aaa85e81bd4 100644
--- a/app/views/abuse_reports/new.html.haml
+++ b/app/views/abuse_reports/new.html.haml
@@ -6,7 +6,7 @@
%p
= _("A member of the abuse team will review your report as soon as possible.")
%hr
-= form_for @abuse_report, html: { class: 'js-quick-submit js-requires-input'} do |f|
+= gitlab_ui_form_for @abuse_report, html: { class: 'js-quick-submit js-requires-input'} do |f|
= form_errors(@abuse_report)
= f.hidden_field :user_id
@@ -25,4 +25,4 @@
= _("Explain the problem. If appropriate, provide a link to the relevant issue or comment.")
.form-actions
- = f.submit _("Send report"), class: "gl-button btn btn-confirm"
+ = f.submit _("Send report"), pajamas_button: true