Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-11 21:26:37 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-04-11 21:26:37 +0300
commit673b0461b055b937ed25a43071bf3d1d7282244a (patch)
treea3b1d21366da4eddf58813e18bba767cebc7e6cf /app/views/abuse_reports
parent763e14c38d4afce3a82b21ea40ce630185de1132 (diff)
[skip ci] .help-block to .form-text.text-muted
Diffstat (limited to 'app/views/abuse_reports')
-rw-r--r--app/views/abuse_reports/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/abuse_reports/new.html.haml b/app/views/abuse_reports/new.html.haml
index 06be1a53318..d8cfe6e53db 100644
--- a/app/views/abuse_reports/new.html.haml
+++ b/app/views/abuse_reports/new.html.haml
@@ -15,7 +15,7 @@
= f.label :message, class: 'control-label'
.col-sm-10
= f.text_area :message, class: "form-control", rows: 2, required: true, value: sanitize(@ref_url)
- .help-block
+ .form-text.text-muted
Explain the problem with this user. If appropriate, provide a link to the relevant issue or comment.
.form-actions