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:
authorAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-02-28 00:37:48 +0300
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-02-28 00:37:48 +0300
commit9d81ee3a469b78d695713ce97bc98cd95963a6ad (patch)
tree08f4db83908bbc1adadc6a4a892d5bde7f25b3be /app/views/shared
parentc521b82895da2f2229ccbc4c4f515df349a115df (diff)
parent46a1ca2889e6428c860fc610a18bb16bb6d68e11 (diff)
Merge branch 'tz-stylelint-episode-2' into 'master'
More Stylelint rules See merge request gitlab-org/gitlab-ce!25266
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/deploy_keys/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/deploy_keys/_form.html.haml b/app/views/shared/deploy_keys/_form.html.haml
index 913c065e188..eb7808573b9 100644
--- a/app/views/shared/deploy_keys/_form.html.haml
+++ b/app/views/shared/deploy_keys/_form.html.haml
@@ -15,7 +15,7 @@
%p.light
Paste a machine public key here. Read more about how to generate it
= link_to 'here', help_page_path('ssh/README')
- = form.text_area :key, class: 'form-control thin_area', rows: 5
+ = form.text_area :key, class: 'form-control thin-area', rows: 5
- else
= form.label :fingerprint, class: 'col-form-label col-sm-2'
.col-sm-10