From 0ff1fccd8d93e7ddc0cc0650d588a50e2ce6b2c0 Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Mon, 9 Apr 2018 13:50:35 -0500 Subject: [skip ci] Rename .hide to .d-none --- app/views/devise/shared/_signup_box.html.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/views/devise') diff --git a/app/views/devise/shared/_signup_box.html.haml b/app/views/devise/shared/_signup_box.html.haml index 2554b2688bb..d8ce63a1770 100644 --- a/app/views/devise/shared/_signup_box.html.haml +++ b/app/views/devise/shared/_signup_box.html.haml @@ -9,9 +9,9 @@ .username.form-group = f.label :username = f.text_field :username, class: "form-control middle", pattern: Gitlab::PathRegex::NAMESPACE_FORMAT_REGEX_JS, required: true, title: 'Please create a username with only alphanumeric characters.' - %p.validation-error.hide Username is already taken. - %p.validation-success.hide Username is available. - %p.validation-pending.hide Checking username availability... + %p.validation-error.d-none Username is already taken. + %p.validation-success.d-none Username is available. + %p.validation-pending.d-none Checking username availability... .form-group = f.label :email = f.email_field :email, class: "form-control middle", required: true, title: "Please provide a valid email address." -- cgit v1.2.3