diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-04-21 00:10:20 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-04-21 00:10:20 +0000 |
commit | e4cac4b3e78b656f1132cae54efa36a63302662d (patch) | |
tree | 02bbaf014a5c8f99c5db865e2d481b5fa1b08c62 /app/helpers | |
parent | fc8614660ee6c0963c96925affa7d837c02e0b4b (diff) | |
download | gitlab-ce-e4cac4b3e78b656f1132cae54efa36a63302662d.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/helpers')
-rw-r--r-- | app/helpers/learn_gitlab_helper.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/helpers/learn_gitlab_helper.rb b/app/helpers/learn_gitlab_helper.rb index 60f3b12d736..890f7f099df 100644 --- a/app/helpers/learn_gitlab_helper.rb +++ b/app/helpers/learn_gitlab_helper.rb @@ -34,7 +34,8 @@ module LearnGitlabHelper action, url: url, completed: attributes[OnboardingProgress.column_name(action)].present?, - svg: image_path("learn_gitlab/#{action}.svg") + svg: image_path("learn_gitlab/#{action}.svg"), + enabled: true ] end end |