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:
authorPhil Hughes <me@iamphill.com>2017-07-07 18:04:23 +0300
committerPhil Hughes <me@iamphill.com>2017-07-07 18:04:23 +0300
commitc70bf95c2a5cc0bd8a70d8b65fc678ee1c631420 (patch)
tree963c9361cd172b229e6e702a411b4efed973ffd5 /app/views/profiles
parentfee26d777cd89aa26f7530cfe116defeb9f2c551 (diff)
fixed up more breadcrumbs
Diffstat (limited to 'app/views/profiles')
-rw-r--r--app/views/profiles/two_factor_auths/show.html.haml2
1 files changed, 1 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 e759d0d0a4a..5e4bf4297e0 100644
--- a/app/views/profiles/two_factor_auths/show.html.haml
+++ b/app/views/profiles/two_factor_auths/show.html.haml
@@ -1,6 +1,6 @@
- page_title 'Two-Factor Authentication', 'Account'
- if show_new_nav?
- - breadcrumbs_extra_links("Account", profile_path)
+ - breadcrumbs_extra_links("Account", profile_account_path)
- else
- header_title "Two-Factor Authentication", profile_two_factor_auth_path
- @breadcrumb_title = "Two-Factor Authentication"