summaryrefslogtreecommitdiff
path: root/app/views/layouts/header/_current_user_dropdown.html.haml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-11-22 21:06:19 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-11-22 21:06:19 +0000
commit69a23cbee136eda0ab37874399421e6865cfc76b (patch)
treea6c94293a789bb2bdcbd6d8caf7a79dbac2ebee0 /app/views/layouts/header/_current_user_dropdown.html.haml
parentea4762d464bb36f3e36e318db47086e41f493377 (diff)
downloadgitlab-ce-69a23cbee136eda0ab37874399421e6865cfc76b.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/layouts/header/_current_user_dropdown.html.haml')
-rw-r--r--app/views/layouts/header/_current_user_dropdown.html.haml2
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)