diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-11-22 21:06:19 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-11-22 21:06:19 +0000 |
commit | 69a23cbee136eda0ab37874399421e6865cfc76b (patch) | |
tree | a6c94293a789bb2bdcbd6d8caf7a79dbac2ebee0 /app/views/layouts | |
parent | ea4762d464bb36f3e36e318db47086e41f493377 (diff) | |
download | gitlab-ce-69a23cbee136eda0ab37874399421e6865cfc76b.tar.gz |
Add latest changes from gitlab-org/gitlab@master
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 d15f0ae3228..88803f982e8 100644 --- a/app/views/layouts/header/_current_user_dropdown.html.haml +++ b/app/views/layouts/header/_current_user_dropdown.html.haml @@ -20,7 +20,7 @@ = link_to s_("CurrentUser|Profile"), current_user, class: 'profile-link', data: { user: current_user.username } - if current_user_menu?(:start_trial) %li - %a.profile-link{ href: trials_link_url } + %a.trial-link{ href: trials_link_url } = s_("CurrentUser|Start a Gold trial") = emoji_icon('rocket') - if current_user_menu?(:settings) |