diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-06-29 12:08:48 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-06-29 12:08:48 +0000 |
commit | e5f2a04e9d54615fded2ca05d0d5eef464795a8f (patch) | |
tree | 5412fccdb0a63b449fba4d7998eaa05ca70091ba /app/views/profiles/two_factor_auths | |
parent | ad2789aeba21edaadcbdc06523462e6fd87d4ba1 (diff) | |
download | gitlab-ce-e5f2a04e9d54615fded2ca05d0d5eef464795a8f.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/profiles/two_factor_auths')
-rw-r--r-- | app/views/profiles/two_factor_auths/show.html.haml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/profiles/two_factor_auths/show.html.haml b/app/views/profiles/two_factor_auths/show.html.haml index 3cd571c23d3..927b6d4edef 100644 --- a/app/views/profiles/two_factor_auths/show.html.haml +++ b/app/views/profiles/two_factor_auths/show.html.haml @@ -1,5 +1,6 @@ +- breadcrumb_title _('Two-Factor Authentication') - page_title _('Two-Factor Authentication'), _('Account') -- add_to_breadcrumbs(_('Two-Factor Authentication'), profile_account_path) +- add_to_breadcrumbs _('Account'), profile_account_path - @content_class = "limit-container-width" unless fluid_layout - webauthn_enabled = Feature.enabled?(:webauthn) |