diff options
author | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-04-03 18:10:06 -0500 |
---|---|---|
committer | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-04-06 14:58:57 -0500 |
commit | eb2d6a6ed5736b7f4b5868636e4ba659118d0a40 (patch) | |
tree | 1253c8f501a710510f5b289be119dcf30da1e84f /app/views/u2f | |
parent | fc8ec9504a297890365593359695b384b78b6988 (diff) | |
download | gitlab-ce-eb2d6a6ed5736b7f4b5868636e4ba659118d0a40.tar.gz |
Fixed rspec tests
Diffstat (limited to 'app/views/u2f')
-rw-r--r-- | app/views/u2f/_register.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/u2f/_register.html.haml b/app/views/u2f/_register.html.haml index 54fabfc4909..00788e77b6b 100644 --- a/app/views/u2f/_register.html.haml +++ b/app/views/u2f/_register.html.haml @@ -36,7 +36,7 @@ = text_field_tag 'u2f_registration[name]', nil, class: 'form-control', placeholder: "Pick a name" .col-md-3 = hidden_field_tag 'u2f_registration[device_response]', nil, class: 'form-control', required: true, id: "js-device-response" - = submit_tag "Register U2F Device", class: "btn btn-success" + = submit_tag "Register U2F device", class: "btn btn-success" :javascript var u2fRegister = new U2FRegister($("#js-register-u2f"), gon.u2f); |