Commit Graph

20 Commits

Author SHA1 Message Date
GitLab Bot 4b4d338d32 Add latest changes from gitlab-org/gitlab@master 2021-03-05 03:08:54 +00:00
GitLab Bot 442a79b733 Add latest changes from gitlab-org/gitlab@master 2021-01-19 12:10:46 +00:00
Marc Schwede 982463e944 Change "Report abuse to GitLab" to more generic wording. 2019-06-06 10:05:42 +00:00
Takuya Noguchi 34609f7ce4 Fix col-sm-* in forms to keep layout
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-05-27 13:35:28 +09:00
George Tsiolis 2d3cbe90d8 Externalize strings from `/app/views/abuse_reports` 2018-11-21 10:50:15 +02:00
Jeremy Watson 28840d3f5c Copy changes for abuse clarity 2018-11-07 11:24:36 +00:00
Dmitriy Zaporozhets 7f8a520f8a Unite green buttons under one css class
Rename btn-new, btn-create and btn-save to btn-success

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-19 13:55:48 +03:00
Clement Ho 4e54f5ae1b [skip ci] add col-sm-* for form-horizontal changes to keep layout 2018-04-12 18:16:56 -05:00
Clement Ho c552328617 [skip ci] .form-horizontal => .form-group.row 2018-04-12 15:11:22 -05:00
Clement Ho e44ceb96d0 [skip ci] .control-label to .col-form-label 2018-04-11 14:36:17 -05:00
Clement Ho 673b0461b0 [skip ci] .help-block to .form-text.text-muted 2018-04-11 13:26:37 -05:00
Robert Speicher 7a2370f740 Standardize the way we check for and display form errors
- Some views had a "Close" button. We've removed this, because we don't
  want users accidentally hiding the validation errors and not knowing
  what needs to be fixed.
- Some views used `li`, some used `p`, some used `span`. We've
  standardized on `li`.
- Some views only showed the first error. We've standardized on showing
  all of them.
- Some views added an `#error_explanation` div, which we've made
  standard.
2016-04-04 21:37:07 -04:00
Robert Speicher 76ed2afcfc Change `js-quick-submit` behavior to expect the class on the form
Now it will work on any field inside that form, and it's easier to scope
new behavior, which is what we're adding next!
2016-03-02 15:11:15 -05:00
Josh Frye 2d3655cd14 sanitize user supplied input. 2016-01-16 10:49:51 -05:00
Josh Frye c70ed7f2cd Autofill abuse message text with user url. Closes #2838 2016-01-16 10:47:12 -05:00
Robert Speicher c479dbae22 Add js-requires-input and js-quick-submit to abuse report form 2015-12-30 15:37:09 -05:00
Stefan Tatschner 6783437ce5 Improve abuse report wording 2015-08-08 19:46:34 +02:00
Dmitriy Zaporozhets ed7a8c9221
Improve wording in abuse report form
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-06 15:15:17 +02:00
Dmitriy Zaporozhets 4ba2698810
Remove selectbox from abuse form. Added pagination in admin area
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-06 15:13:47 +02:00
Dmitriy Zaporozhets cba7f20dc8
Allow users to send abuse reports
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-06 14:03:27 +02:00