summaryrefslogtreecommitdiff
path: root/app/helpers
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-04-21 00:10:20 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-04-21 00:10:20 +0000
commite4cac4b3e78b656f1132cae54efa36a63302662d (patch)
tree02bbaf014a5c8f99c5db865e2d481b5fa1b08c62 /app/helpers
parentfc8614660ee6c0963c96925affa7d837c02e0b4b (diff)
downloadgitlab-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.rb3
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