diff options
author | Sanad Liaquat <sliaquat@gitlab.com> | 2019-07-09 11:34:13 +0500 |
---|---|---|
committer | Sanad Liaquat <sliaquat@gitlab.com> | 2019-07-09 11:34:13 +0500 |
commit | d4466ea970480d6e494190bd25a6d195882d57f5 (patch) | |
tree | 7183d76129372eab1c9c2a2adc02695b857030c9 /app/views/layouts | |
parent | d920f705b43b6d25449f911a9344b6520d3acfe7 (diff) | |
download | gitlab-ce-d4466ea970480d6e494190bd25a6d195882d57f5.tar.gz |
Revert to using retry_untilsl-stablise-basic-login-spec
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/header/_current_user_dropdown.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/header/_current_user_dropdown.html.haml b/app/views/layouts/header/_current_user_dropdown.html.haml index 4f3e4031fe3..45fc39dbbdb 100644 --- a/app/views/layouts/header/_current_user_dropdown.html.haml +++ b/app/views/layouts/header/_current_user_dropdown.html.haml @@ -24,4 +24,4 @@ - if current_user_menu?(:sign_out) %li.divider %li - = link_to _("Sign out"), destroy_user_session_path, class: "sign-out-link" + = link_to _("Sign out"), destroy_user_session_path, class: "sign-out-link qa-sign-out-link" |