Commit f13c0889 authored by David O'Regan's avatar David O'Regan

Merge branch 'Update-markup-in-two_factor_auths/show.html-haml-file' into 'master'

Update markup in two factor two_factor_auths/show.html.haml

See merge request gitlab-org/gitlab!63173
parents fc0524ab 4f760cb4
...@@ -46,6 +46,8 @@ ...@@ -46,6 +46,8 @@
= form_tag profile_two_factor_auth_path, method: :post do |f| = form_tag profile_two_factor_auth_path, method: :post do |f|
- if @error - if @error
.gl-alert.gl-alert-danger.gl-mb-5 .gl-alert.gl-alert-danger.gl-mb-5
.gl-alert-container
.gl-alert-content
= @error = @error
.form-group .form-group
= label_tag :pin_code, _('Pin code'), class: "label-bold" = label_tag :pin_code, _('Pin code'), class: "label-bold"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment